Skip to content

Commit 49c8b7e

Browse files
committed
guild banner and new configs manager
1 parent b39ca11 commit 49c8b7e

File tree

550 files changed

+138687
-57480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

550 files changed

+138687
-57480
lines changed

.DS_Store

0 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
7-
"dev": "vite",
8-
"build": "tsc -b && vite build",
7+
"update-configs": "npx ts-node scripts/update_config_manifest.ts",
8+
"dev": "npm run update-configs && vite",
9+
"build": "npm run update-configs && tsc -b && vite build",
910
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1011
"preview": "vite preview"
1112
},
@@ -36,4 +37,4 @@
3637
"typescript": "^5.2.2",
3738
"vite": "^5.0.8"
3839
}
39-
}
40+
}

public/.DS_Store

0 Bytes
Binary file not shown.

public/Texture2D/1_128.png.meta

Lines changed: 0 additions & 127 deletions
This file was deleted.

public/Texture2D/ActivateButton.png.meta

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)