user-context migration
This commit is contained in:
@@ -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---": "------------------",
|
||||
|
||||
Reference in New Issue
Block a user