Template
refactor for new hosting
This commit is contained in:
@@ -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",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user