user-context migration
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m21s

This commit is contained in:
2026-03-24 18:46:36 -05:00
parent d33a838aec
commit 52786dcd44
8 changed files with 12590 additions and 108 deletions
+3
View File
@@ -8,6 +8,9 @@
"dev:devdata": "vite --host 0.0.0.0 --port 4001 --mode devdata",
"build": "tsc -b && vite build",
"build:devdata": "tsc -b && vite build --mode devdata",
"migration:context-ownership:backup": "bun run scripts/context-ownership-migration.ts backup",
"migration:context-ownership:report": "bun run scripts/context-ownership-migration.ts report",
"migration:context-ownership:migrate": "bun run scripts/context-ownership-migration.ts migrate",
"serve": "vite preview --host 0.0.0.0 --port 4000",
"serve:devdata": "vite preview --host 0.0.0.0 --port 4002 --mode devdata",
"---PM2 COMMANDS---": "------------------",