mirror of
https://github.com/Nezumi-2711/s3-drive-storage-manage.git
synced 2026-09-22 20:02:01 +00:00
14 lines
349 B
JSON
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
|
|
}
|