mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-05 23:16:48 -06:00
wails project init
This commit is contained in:
13
wails.json
Executable file
13
wails.json
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://wails.io/schemas/config.v2.json",
|
||||
"name": "vastop",
|
||||
"outputfilename": "vastop",
|
||||
"frontend:install": "npm install",
|
||||
"frontend:build": "npm run build",
|
||||
"frontend:dev:watcher": "npm run dev",
|
||||
"frontend:dev:serverUrl": "auto",
|
||||
"author": {
|
||||
"name": "Xevion",
|
||||
"email": "xevion@xevion.dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user