Initial commit
Have the basic workplace worked out
This commit is contained in:
commit
9f2fa96b92
29 changed files with 1889 additions and 0 deletions
13
wails.json
Normal file
13
wails.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "https://wails.io/schemas/config.v2.json",
|
||||
"name": "dequoter",
|
||||
"outputfilename": "dequoter",
|
||||
"frontend:install": "npm install",
|
||||
"frontend:build": "npm run build",
|
||||
"frontend:dev:watcher": "npm run dev",
|
||||
"frontend:dev:serverUrl": "auto",
|
||||
"author": {
|
||||
"name": "Leon Mika",
|
||||
"email": "lmika@lmika.org"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue