Merge branch 'main' into feat/mass-edit-backlog-features

This commit is contained in:
webdevcody
2026-01-06 14:38:59 -05:00
42 changed files with 2475 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@automaker/server",
"version": "0.7.3",
"version": "0.8.0",
"description": "Backend server for Automaker - provides API for both web and Electron modes",
"author": "AutoMaker Team",
"license": "SEE LICENSE IN LICENSE",

View File

@@ -3,6 +3,7 @@ import path from 'path';
export default defineConfig({
test: {
name: 'server',
reporters: ['verbose'],
globals: true,
environment: 'node',