mirror of
https://github.com/elder-plinius/LEAKHUB.git
synced 2026-02-12 16:52:53 +00:00
9 lines
296 B
JSON
9 lines
296 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "leakhub",
|
|
// Workers Assets configuration - replaces Pages' pages_build_output_dir
|
|
"assets": { "directory": "./dist" },
|
|
// Required compatibility date for Workers runtime features
|
|
"compatibility_date": "2025-06-05",
|
|
}
|