We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20e67d commit b976ef7Copy full SHA for b976ef7
netlify.toml
@@ -2,7 +2,7 @@
2
NODE_OPTIONS = "--max-old-space-size=4096"
3
4
[build]
5
- command = "vite build"
+ command = "vite build && cp src/instrument.server.mjs dist/server"
6
publish = "dist/client"
7
8
[functions]
0 commit comments