first commit
This commit is contained in:
6
apps/web/postbuild.ts
Normal file
6
apps/web/postbuild.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { $ } from 'bun';
|
||||
import fs from 'fs';
|
||||
|
||||
// copy build folder to ../server/pb_public
|
||||
await $`rm -rf ../server/pb_public`;
|
||||
fs.cpSync('build', '../server/pb_public', { recursive: true });
|
||||
Reference in New Issue
Block a user