Merge branch 'dev'

This commit is contained in:
Owen
2025-10-07 15:08:32 -07:00
22 changed files with 232 additions and 2397 deletions

View File

@@ -3,7 +3,7 @@ name: CI/CD Pipeline
on:
push:
tags:
- "*"
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
release:

View File

@@ -35,6 +35,9 @@ jobs:
- name: Apply database migrations
run: npm run db:sqlite:push
- name: Test with tsc
run: npx tsc --noEmit
- name: Start app in background
run: nohup npm run dev &