This commit is contained in:
2026-01-16 13:51:57 +08:00
parent f626afc175
commit e8f4e7880a
5 changed files with 19 additions and 16 deletions

7
edgeone.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "cloud-blog",
"buildCommand": "bun run build",
"installCommand": "bun install",
"outputDirectory": "./dist",
"nodeVersion": "22.11.0"
}