Template
Update wrangler.jsonc
This commit is contained in:
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/wrangler/config-schema.json",
|
"$schema": "./node_modules/wrangler/config-schema.json",
|
||||||
"name": "modpack-name",
|
"name": "modpack-name",
|
||||||
"assets": {"directory": "assets"},
|
"assets": {"directory": "packwiz"},
|
||||||
"workers_dev": false,
|
"workers_dev": false,
|
||||||
"keep_vars": true,
|
"keep_vars": true,
|
||||||
"build": {
|
"build": {
|
||||||
"watch_dir": "./assets",
|
"watch_dir": "./packwiz",
|
||||||
"cwd": "./assets",
|
"cwd": "./packwiz",
|
||||||
"command": "packwiz refresh --build",
|
"command": "packwiz refresh --build",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user