This commit is contained in:
Owen
2025-10-04 18:36:44 -07:00
parent 3123f858bb
commit c2c907852d
320 changed files with 35785 additions and 2984 deletions

View File

@@ -26,6 +26,9 @@ jobs:
- name: Create database index.ts
run: echo 'export * from "./sqlite";' > server/db/index.ts
- name: Create build file
run: echo 'export const build = 'oss' as any;' > server/build.ts
- name: Generate database migrations
run: npm run db:sqlite:generate