refactor for new hosting

This commit is contained in:
2025-12-20 08:12:10 -08:00
parent 57fe5d5070
commit a61701b439
12 changed files with 1589 additions and 207 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "modpack-name",
"assets": {"directory": "assets"},
"workers_dev": false,
"keep_vars": true,
"build": {
"watch_dir": "./assets",
"cwd": "./assets",
"command": "packwiz refresh --build",
}
}