mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Remove old pages/ directory
This commit is contained in:
parent
577b866bb3
commit
8ec34f7138
19 changed files with 4 additions and 802 deletions
2
build.ts
2
build.ts
|
|
@ -49,6 +49,6 @@ await $`cp -r ${process.cwd()}/node_modules/sharp/build/ .`;
|
|||
await $`cp -r packages/frontend/.output dist/frontend`;
|
||||
|
||||
// Copy the Bee Movie script from pages
|
||||
await $`cp ${process.cwd()}/pages/beemovie.txt dist/beemovie.txt`;
|
||||
await $`cp beemovie.txt dist/beemovie.txt`;
|
||||
|
||||
console.log("Built!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue