Skip to content

Commit

Permalink
better analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Heart committed Mar 24, 2024
1 parent 3c47fc8 commit dd9b941
Show file tree
Hide file tree
Showing 8 changed files with 256 additions and 340 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dist-ssr
*.sln
*.sw?

.env
/common/data/tree/*.json
2 changes: 1 addition & 1 deletion common/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export namespace Data {
VAAL_GEM_LOOKUP_JSON as GameData.VariantGemLookup;

export const RouteSourceLookup = globImportLazy<string>(
import.meta.glob("./routes/*.txt", { as: "raw" }),
import.meta.glob("./routes/*.txt", { query: "?raw", import: "default" }),
(key) => key,
(value) => value
);
Expand Down
190 changes: 190 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd9b941

Please sign in to comment.