We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148ffbb commit abfd594Copy full SHA for abfd594
netlify.toml
@@ -1,5 +1,5 @@
1
[build]
2
- command = "DEPLOY_ENV=netlify npm run build"
+ command = "npm run build:netlify"
3
publish = "dist/client"
4
functions = "netlify/functions"
5
tsconfig.server.json
@@ -5,7 +5,8 @@
"module": "ESNext",
6
"target": "ES2022",
7
"moduleResolution": "bundler",
8
- "noEmit": false
+ "noEmit": false,
9
+ "allowImportingTsExtensions": false
10
},
11
"include": ["src/server/**/*"]
12
}
0 commit comments