14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "AniTrack",
|
|
"outputfilename": "AniTrack",
|
|
"frontend:install": "npm install",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"author": {
|
|
"name": "John O\'Keefe",
|
|
"email": "jokeefe@fastmail.com"
|
|
}
|
|
}
|