We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c6f8b commit 240d301Copy full SHA for 240d301
wails.json
@@ -2,8 +2,8 @@
2
"$schema": "https://wails.io/schemas/config.v2.json",
3
"name": "mysql-binlog-ui",
4
"outputfilename": "mysqlBinlogUI",
5
- "frontend:build": "pnpm run build",
6
- "frontend:dev:watcher": "pnpm run dev",
+ "frontend:build": "npm run build",
+ "frontend:dev:watcher": "npm run dev",
7
"frontend:dev:serverUrl": "auto",
8
"author": {
9
"name": "yuanzhao",
0 commit comments