This commit is contained in:
DNLRQ 2024-11-28 14:48:09 -07:00
parent 8cfb1041a9
commit 9aa6597051

View File

@ -7,7 +7,7 @@
"description": "Free, simple, and intuitive online database design tool and SQL generator.", "description": "Free, simple, and intuitive online database design tool and SQL generator.",
"author": "1ilit", "author": "1ilit",
"scripts": { "scripts": {
"dev": "vite && npm run electron", "dev": "vite",
"electron": "electron .", "electron": "electron .",
"build": "vite build && electron-builder", "build": "vite build && electron-builder",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",