5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-27 14:41:44 +08:00
wails/v2/internal/staticanalysis/test/standard/wails.json
Lea Anthony 96fa18846c
Feature/static analysis (#1983)
* Support parsing embed directives from package

* Validate `embed` directives on build

* `.gitkeep` -> `gitkeep`

* Make step silent. Fix for `wails dev`
2022-10-16 23:08:34 +11:00

13 lines
303 B
JSON

{
"name": "staticanalysis",
"outputfilename": "staticanalysis",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Lea Anthony",
"email": "lea.anthony@gmail.com"
}
}