mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Add new ServerHandler package which handles requests
This commit is contained in:
parent
3cdd685035
commit
327a716b12
10 changed files with 616 additions and 110 deletions
3
build.ts
3
build.ts
|
|
@ -2,6 +2,9 @@
|
|||
import { $ } from "bun";
|
||||
import { rawRoutes } from "~routes";
|
||||
|
||||
const feOnly = process.argv.includes("--frontend");
|
||||
const serverOnly = process.argv.includes("--server");
|
||||
|
||||
console.log("Building frontend...");
|
||||
|
||||
await $`bun fe:build`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue