Skip to content

Commit 1e0acf4

Browse files
committed
Add back in the build:server script to webapp
1 parent b9e8e08 commit 1e0acf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/webapp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"sideEffects": false,
66
"scripts": {
77
"build": "run-s build:*",
8-
"build:remix": "remix build",
8+
"build:remix": "remix build --sourcemap",
9+
"build:server": "esbuild --platform=node --format=cjs ./server.ts --outdir=build",
910
"dev": "run-p dev:*",
1011
"dev:remix": "cross-env NODE_ENV=development remix dev",
1112
"format": "prettier --write .",

0 commit comments

Comments
 (0)