build: 🏗️ Package Worker

This commit is contained in:
Jesse Wierzbinski 2025-04-14 17:13:36 +02:00
parent 5a4ce29206
commit 1beb18e321
No known key found for this signature in database
7 changed files with 66 additions and 9 deletions

View file

@ -5,4 +5,4 @@ await setupDatabase();
await deleteOldTestUsers();
// Start workers
await import("~/entrypoints/worker/index.ts");
await import("~/worker.ts");