ci: add server build
Some checks failed
Build and release / Build (push) Failing after 2m28s
Build and release / update-release-draft (push) Has been skipped
Build and release / Release (push) Has been skipped

This commit is contained in:
Morten Olsen
2025-12-10 21:52:20 +01:00
parent 0646390d52
commit 25f614a730
28 changed files with 362 additions and 43 deletions

View File

@@ -3,9 +3,9 @@ import ClientPgLite from 'knex-pglite';
import { PGlite } from '@electric-sql/pglite';
import { vector } from '@electric-sql/pglite/vector';
import { migrationSource } from './migrations/migrations.js';
import { destroy, type Services } from '../../utils/utils.services.js';
import { destroy, Services } from '#root/utils/utils.services.js';
import { migrationSource } from './migrations/migrations.js';
class DatabaseService {
#services: Services;