mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix: 🐛 Fix Nix build
This commit is contained in:
parent
a6d3ebbeef
commit
a211772309
4 changed files with 540 additions and 222 deletions
|
|
@ -5,11 +5,11 @@ versia-server.overrideAttrs (oldAttrs: {
|
|||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
bun run build:worker
|
||||
bun run packages/worker/build.ts
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
entrypointPath = "worker.js";
|
||||
entrypointPath = "packages/worker/index.js";
|
||||
|
||||
meta =
|
||||
oldAttrs.meta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue