initial commit with first running version
This commit is contained in:
commit
326895fb51
25 changed files with 2349 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": "Noten",
|
||||
"outputfilename": "Noten",
|
||||
"frontend:install": "npm install",
|
||||
"frontend:build": "npm run build",
|
||||
"frontend:dev:watcher": "npm run dev",
|
||||
"frontend:dev:serverUrl": "auto",
|
||||
"author": {
|
||||
"name": "Patryk Hegenberg",
|
||||
"email": "patrykhegenberg@gmail.com"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue