Template erneuert läuft auf Node und im client nun mit Vite

This commit is contained in:
2024-11-30 08:33:59 +01:00
parent 2c1216c00b
commit 946b3092f9
6 changed files with 2 additions and 13 deletions

3
.gitignore vendored
View File

@@ -3,4 +3,5 @@ backend/node_modules
frontend/node_modules
.idea
.DS_Store
**/go_init
**/go_init
generator

BIN
linux

Binary file not shown.

BIN
mac

Binary file not shown.

BIN
macos Executable file

Binary file not shown.

View File

@@ -1,12 +0,0 @@
{
"name": "templateprojekt",
"version": "1.0.0",
"description": "## Projektübersicht",
"keywords": [],
"author": "Christian Schindler",
"license": "ISC",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

BIN
windows.exe Executable file → Normal file

Binary file not shown.