We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d912032 commit 0c53b39Copy full SHA for 0c53b39
1 file changed
apps/frontend/netlify.toml netlify.tomlapps/frontend/netlify.toml renamed to netlify.toml
@@ -1,9 +1,10 @@
1
[build]
2
+base = "apps/frontend"
3
command = "npm run build"
4
publish = "dist"
5
6
[build.environment]
-NODE_VERSION = 18
7
+NODE_VERSION = "18"
8
9
[[redirects]]
10
from = "/api/*"
0 commit comments