mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 02:12:12 +08:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
modules = ["go-1.21", "web", "nodejs-20"]
|
|
run = "go run v2/cmd/wails/main.go"
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "go run v2/cmd/wails/main.go"]
|