merge: market standalone

This commit is contained in:
Padreug 2026-05-02 09:14:56 +02:00
commit c22b5de8bc
8 changed files with 392 additions and 1 deletions

View file

@ -21,6 +21,9 @@
"dev:chat": "vite --host --config vite.chat.config.ts",
"build:chat": "vue-tsc -b && vite build --config vite.chat.config.ts",
"preview:chat": "vite preview --host --config vite.chat.config.ts",
"dev:market": "vite --host --config vite.market.config.ts",
"build:market": "vue-tsc -b && vite build --config vite.market.config.ts",
"preview:market": "vite preview --host --config vite.market.config.ts",
"electron:dev": "concurrently \"vite --host\" \"electron-forge start\"",
"electron:build": "vue-tsc -b && vite build && electron-builder",
"electron:package": "electron-builder",