mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
323 B
13 lines
323 B
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "godoos",
|
|
"outputfilename": "godoos",
|
|
"frontend:install": "pnpm install",
|
|
"frontend:build": "pnpm build",
|
|
"frontend:dev:watcher": "pnpm dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"author": {
|
|
"name": "ruitao",
|
|
"email": "xpbb@qq.com"
|
|
}
|
|
}
|
|
|