Pangolin: update json
This commit is contained in:
parent
d45a0128b4
commit
f380816439
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user