mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(federation): ✨ Add UI to view BullMQ metadata
This commit is contained in:
parent
8a920218ea
commit
ecc7d1eee7
7 changed files with 215 additions and 71 deletions
4
build.ts
4
build.ts
|
|
@ -35,6 +35,10 @@ await Bun.build({
|
|||
|
||||
buildSpinner.text = "Transforming";
|
||||
|
||||
// Fix Bun incorrectly transforming aliased imports
|
||||
await $`sed -i 's/var serveStatic = (options) => {/var serveStaticBase = (options) => {/g' dist/index.js`;
|
||||
await $`sed -i 's/ return serveStatic({/ return serveStaticBase({/g' dist/index.js`;
|
||||
|
||||
// Copy Drizzle migrations to dist
|
||||
await $`cp -r drizzle dist/drizzle`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue