Files

14 lines
349 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "s3-drive-storage-manage",
"compatibility_date": "2026-08-15",
"assets": {
"directory": "./dist",
"not_found_handling": "single-page-application"
},
"vars": {
"VITE_API_URL": "https://s3-google-drive.nezumi.workers.dev"
},
"keep_vars": true
}