chore(dev): switch to bun

This commit is contained in:
xfy
2024-10-11 17:20:22 +08:00
parent 017a10ee4e
commit ed36464717
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb Executable file

Binary file not shown.

View File

@ -2,10 +2,10 @@
set -xe set -xe
pnpm build-local bun run build-local
mkdir .next/standalone/public && cp -aR public/* .next/standalone/public mkdir .next/standalone/public && cp -aR public/* .next/standalone/public
mkdir .next/standalone/public/_next && cp -aR .next/static/ .next/standalone/public/_next mkdir .next/standalone/public/_next && cp -aR .next/static/ .next/standalone/public/_next
cd .next/ cd .next/
tar zcvf standalone.tar.gz standalone/ tar zcvf standalone.tar.gz standalone/
cd .. cd ..
ls -l .next/ ls -lh .next/