restructure to template

This commit is contained in:
u80864958
2025-02-04 09:41:24 +01:00
parent 9d8db9efdc
commit f0813614b0
14 changed files with 18 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "{{.ProjectName}}",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,

0
frontend/package.json.md5 Executable file → Normal file
View File

View File

@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "{{.ProjectName}}",
"private": true,
"version": "0.0.0",
"type": "module",
@ -24,4 +24,4 @@
"typescript": "^4.6.4",
"vite": "^3.0.7"
}
}
,"author":"{{.AuthorName}}"}

0
frontend/wailsjs/go/main/App.d.ts vendored Executable file → Normal file
View File

0
frontend/wailsjs/go/main/App.js Executable file → Normal file
View File

0
frontend/wailsjs/go/models.ts Executable file → Normal file
View File

0
frontend/wailsjs/go/things/Service.d.ts vendored Executable file → Normal file
View File

0
frontend/wailsjs/go/things/Service.js Executable file → Normal file
View File