Skip to content

Commit abfd594

Browse files
committed
fix: update Netlify build command and adjust TypeScript configuration
1 parent 148ffbb commit abfd594

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
command = "DEPLOY_ENV=netlify npm run build"
2+
command = "npm run build:netlify"
33
publish = "dist/client"
44
functions = "netlify/functions"
55

tsconfig.server.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"module": "ESNext",
66
"target": "ES2022",
77
"moduleResolution": "bundler",
8-
"noEmit": false
8+
"noEmit": false,
9+
"allowImportingTsExtensions": false
910
},
1011
"include": ["src/server/**/*"]
1112
}

0 commit comments

Comments
 (0)