added build.sh and wrangler.jsonc
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
// Set this to the name of your project.
|
||||
"name": "ffsblog",
|
||||
// Set this to today's date in YYYY-MM-DD format.
|
||||
"compatibility_date": "2026-07-30",
|
||||
"build": {
|
||||
"command": "chmod a+x build.sh && ./build.sh"
|
||||
},
|
||||
"assets": {
|
||||
"directory": "./public",
|
||||
"not_found_handling": "404-page"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user