Skip to content

Commit

Permalink
chore(ssr-playground): use cross-env for serve command (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Kopich committed Jan 30, 2021
1 parent 9deb6d7 commit 99da554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "yarn build:client && yarn build:server",
"build:client": "vite build --ssrManifest --outDir dist/client",
"build:server": "vite build --ssr src/entry-server.ts --outDir dist/server",
"serve": "NODE_ENV=production node server",
"serve": "cross-env NODE_ENV=production node server",
"debug": "node --inspect-brk server"
},
"dependencies": {
Expand Down

0 comments on commit 99da554

Please sign in to comment.