Skip to content

Commit

Permalink
ok that was a dumb error
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge committed Oct 16, 2024
1 parent 914531b commit b6370ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/compare/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { Framework, getFrameworks } from "./frameworks"

// I have to do it like this, because if i use top-level await, vite fucks up glob imports for some reasons
getFrameworks().then((frameworks) => {
console.log(frameworks)

const {
div,
span,
Expand Down
2 changes: 1 addition & 1 deletion apps/compare/src/frameworks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const contentImports = import.meta.glob("./content/**/*", {
const contentImports = import.meta.glob("./content/*/**/*", {
query: "?raw",
import: "default"
})
Expand Down

0 comments on commit b6370ca

Please sign in to comment.