wails-release/internal/wails/testdata/sample/wails.json
Leon Mika 338d1fd5b7 Add Wails project metadata reader
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 10:00:21 +10:00

7 lines
133 B
JSON

{
"name": "SampleApp",
"outputfilename": "SampleApp",
"frontend:install": "npm install",
"frontend:build": "npm run build"
}