fix: channels not mapped properly, new dev:web and dev:electron scripts
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bunx --bun vite --open",
|
||||
"dev:web": "VITE_APP_MODE=web bunx --bun vite",
|
||||
"dev:electron": "bunx --bun vite --open",
|
||||
"build": "tsc && bunx --bun vite build && electron-builder",
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "bunx --bun vite preview"
|
||||
|
||||
Reference in New Issue
Block a user