@shiftengineering/folio 0.0.82 → 0.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shiftengineering/folio",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.83",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/ShiftEngineering/folio.git"
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"dev": "pnpm dev:client & pnpm dev:api",
|
|
166
166
|
"dev:client": "pnpm generate-pwa-assets && vite --host",
|
|
167
167
|
"dev:api": "tsx --env-file .env.local --watch src/api/main.ts",
|
|
168
|
-
"dev:combined": "concurrently -k -n \"CLIENT,API\" \"pnpm generate-pwa-assets && vite build --watch\" \"SERVE_STATIC=true tsx --env-file .env.docker --watch src/api/main.ts\"",
|
|
168
|
+
"dev:combined": "concurrently -k -n \"CLIENT,API\" \"pnpm generate-pwa-assets && vite build --watch\" \"NODE_ENV=development SERVE_STATIC=true tsx --env-file .env.docker --watch src/api/main.ts\"",
|
|
169
169
|
"build": "pnpm build:client && pnpm build:server",
|
|
170
170
|
"build:client": "pnpm generate-pwa-assets && tsc -b && vite build",
|
|
171
171
|
"build:server": "esbuild --format=cjs --platform=node --bundle --outfile=dist/server/main.cjs --sourcemap --target=node20 src/api/main.ts",
|