add back npm start & preview
This commit is contained in:
parent
d2445894a5
commit
8d5d299b8d
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
"description": "[<img src=\"https://github.com/SamidyFR/monochrome/blob/main/assets/512.png?raw=true\" alt=\"Monochrome Logo\">](https://monochrome.samidy.com)",
|
||||
"main": "sw.js",
|
||||
"scripts": {
|
||||
"preview": "vite preview",
|
||||
"start": "vite preview",
|
||||
"dev": "vite",
|
||||
"dev:desktop": "start npm run dev & node scripts/dev-runner.js",
|
||||
"build": "vite build --mode neutralino && bun x neu build",
|
||||
|
|
|
|||
Loading…
Reference in a new issue