Pangolin: update json

This commit is contained in:
tremor021 2025-11-02 19:14:07 +01:00
parent d45a0128b4
commit f380816439

View File

@ -33,6 +33,7 @@ $STD npm ci
echo "export * from \"./$DATABASE\";" > server/db/index.ts echo "export * from \"./$DATABASE\";" > server/db/index.ts
echo "export const build = \"$BUILD\" as any;" > server/build.ts echo "export const build = \"$BUILD\" as any;" > server/build.ts
cp tsconfig.oss.json tsconfig.json cp tsconfig.oss.json tsconfig.json
rm -rf server/private
mkdir -p dist mkdir -p dist
$STD npm run next:build $STD npm run next:build
$STD node esbuild.mjs -e server/index.ts -o dist/server.mjs -b $BUILD $STD node esbuild.mjs -e server/index.ts -o dist/server.mjs -b $BUILD