mirror of
https://github.com/halo-dev/docs.git
synced 2026-02-27 01:00:52 +08:00
Introduces a wrangler.jsonc file with project name, compatibility date, and assets directory configuration for deployment.
8 lines
105 B
JSON
8 lines
105 B
JSON
{
|
|
"name": "docs",
|
|
"compatibility_date": "2026-01-04",
|
|
"assets": {
|
|
"directory": "./build"
|
|
}
|
|
}
|