added build.sh and wrangler.jsonc

This commit is contained in:
2026-07-30 21:23:04 -04:00
parent 28fdf28de6
commit 0bfce8e4a0
2 changed files with 122 additions and 0 deletions
+13
View File
@@ -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"
}
}