notifications

This commit is contained in:
2026-02-27 22:12:49 +11:00
parent 687b42872c
commit 3493508b8a
5 changed files with 101 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
"scripts": {
"dev": "concurrently \"npm run dev:vite\" \"npm run dev:electron\"",
"dev:vite": "cd cinny && npm start",
"dev:electron": "wait-on http://localhost:8080 && NODE_ENV=development electron .",
"dev:electron": "wait-on http://localhost:8080 && cross-env NODE_ENV=development electron .",
"build": "node -e \"require('fs').copyFileSync('config.json', 'cinny/config.json')\" && cd cinny && npm run build && cd .. && electron-builder --publish never",
"build:linux": "npm run build -- --linux",
"build:win": "npm run build -- --win",
@@ -35,6 +35,7 @@
"@actions/github": "6.0.0",
"@electron/rebuild": "4.0.3",
"concurrently": "9.2.1",
"cross-env": "10.1.0",
"electron": "40.6.0",
"electron-builder": "26.8.1",
"node-fetch": "3.3.2",