Files
2025-12-20 08:12:10 -08:00

12 lines
307 B
JSON

{
"$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",
}
}