Make RMO and Sync run in parallel and use the same sources

This commit is contained in:
Eli Ribble 2026-04-03 15:09:53 +00:00
parent d7d6888f63
commit b919472f42
No known key found for this signature in database
7 changed files with 13 additions and 14 deletions

View file

@ -26,8 +26,8 @@
},
"scripts": {
"build": "vue-tsc && vite build",
"dev-rmo": "vite --config vite/rmo.ts",
"dev-sync": "vite --config vite/sync.ts",
"dev-rmo": "vite serve vite/rmo",
"dev-sync": "vite serve vite/sync",
"generate-icons": "node generate-icons.js",
"typecheck": "vue-tsc --noEmit",
"typecheck:watch": "vue-tsc --noEmit --watch"