-
Notifications
You must be signed in to change notification settings - Fork 0
/
wails.json
37 lines (36 loc) · 981 Bytes
/
wails.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "midgard",
"outputfilename": "midgard",
"frontend:dir": "./client",
"frontend:install": "yarn install",
"frontend:build": "yarn build",
"frontend:dev:watcher": "yarn start",
"frontend:dev:serverUrl": "http://localhost:3000",
"author": {
"name": "KnockOutEZ",
"email": "ktowhid20@gmail.com"
},
"license": "BSD",
"info": {
"name": "Midgard",
"description": "A boilerplate for building Go + Typescript/Javascript applications",
"homepage": "https://github.com/nexentra/midgard",
"repository": "https://github.com/nexentra/midgard",
"bugs": {
"url": "https://github.com/nexentra/midgard/issues"
},
"contributors": [
{
"name": "Towhid Khan",
"email": "ktowhid20@gmail.com",
"url": "https://github.com/KnockOutEZ"
}
],
"license": "BSD",
"version": "2.0.0",
"wails": {
"name": "Midgard"
}
}
}