fix: make output export build-only so dev route handlers work

This commit is contained in:
Ilia Mashkov
2026-05-07 12:28:42 +03:00
parent f163b750b2
commit ced77f6f07
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"includes": ["src/**/*", "app/**/*"]
"includes": ["src/**/*", "app/**/*", "*.ts", "*.tsx", "*.js", "*.jsx"]
},
"formatter": {
"enabled": true,