Skip to content

Commit b976ef7

Browse files
committed
fix: netlify build command
1 parent a20e67d commit b976ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
NODE_OPTIONS = "--max-old-space-size=4096"
33

44
[build]
5-
command = "vite build"
5+
command = "vite build && cp src/instrument.server.mjs dist/server"
66
publish = "dist/client"
77

88
[functions]

0 commit comments

Comments
 (0)