Files
pngtube2/wrangler.jsonc
2025-12-20 07:39:13 -08:00

12 lines
378 B
JSON

{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "pngtube",
"assets": {"directory": "assets"},
"workers_dev": false,
"keep_vars": true,
"compatibility_date": "2025-12-20",
"build": {
"watch_dir": "./src",
"command": "esbuild --outdir=assets --format=esm --bundle --minify --sourcemap --sources-content src/*"
}
}