-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwails.json
More file actions
19 lines (19 loc) · 564 Bytes
/
wails.json
File metadata and controls
19 lines (19 loc) · 564 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "SurrealDB Explorer",
"outputfilename": "surrealdb_explorer",
"frontend:install": "npm install",
"frontend:build": "npm run build:no-typechecking",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Sam Parton",
"email": "sam@idevelopthings.com"
},
"info": {
"companyName": "idevelopthings",
"productName": "SurrealDB Explorer",
"productVersion": "0.0.1",
"comments": "Built using Wails (https://wails.io)"
}
}