fix(runtime): make production commands executable

This commit is contained in:
chick
2026-07-18 15:12:48 +08:00
parent ae27b522ab
commit f89f393485
7 changed files with 205 additions and 25 deletions
+1 -2
View File
@@ -4,6 +4,5 @@
"rootDir": "src",
"types": ["node"]
},
"include": ["src/**/*.ts"],
"exclude": ["src/canary-cli.ts", "src/production-cli.ts"]
"include": ["src/**/*.ts"]
}