there is no build step :)

This commit is contained in:
MapleLeaf
2022-01-03 02:33:09 -06:00
committed by Darius
parent c6f67ab85d
commit 52486b12f4

View File

@@ -5,7 +5,6 @@
"main": "./src/main.tsx",
"scripts": {
"dev": "esmo --no-warnings scripts/dev.ts | pino-colada",
"build": "vite build && vite build --ssr",
"serve": "esmo --experimental-import-meta-resolve --no-warnings --enable-source-maps src/main.tsx",
"start": "NODE_ENV=production pnpm serve",
"typecheck": "tsc --noEmit"