fix: streamline deployment commands in configuration files

This commit is contained in:
shuaiplus
2026-05-31 01:15:00 +08:00
parent fd9707c396
commit 85bd2fa4bf
3 changed files with 8 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@ name = "nodewarden"
main = "src/index.ts"
compatibility_date = "2024-01-01"
[build]
command = "npm run build"
[assets]
binding = "ASSETS"
directory = "./dist"