Add Wails project metadata reader
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5c72dd2a97
commit
338d1fd5b7
7 changed files with 111 additions and 1 deletions
3
internal/wails/testdata/no-wails/go.mod
vendored
Normal file
3
internal/wails/testdata/no-wails/go.mod
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module example.com/sample
|
||||
|
||||
go 1.22
|
||||
5
internal/wails/testdata/sample/go.mod
vendored
Normal file
5
internal/wails/testdata/sample/go.mod
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module example.com/sample
|
||||
|
||||
go 1.22
|
||||
|
||||
require github.com/wailsapp/wails/v2 v2.11.0
|
||||
6
internal/wails/testdata/sample/wails.json
vendored
Normal file
6
internal/wails/testdata/sample/wails.json
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "SampleApp",
|
||||
"outputfilename": "SampleApp",
|
||||
"frontend:install": "npm install",
|
||||
"frontend:build": "npm run build"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue