Revert "restructure to template"

This reverts commit f0813614b0.
This commit is contained in:
u80864958
2025-02-04 09:58:20 +01:00
parent f7477cfbe2
commit e7b89e4ef7
14 changed files with 10 additions and 18 deletions

View File

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

View File

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

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

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

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

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

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

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