WIP Char create get skills

und Docker stuff für Production deployment
This commit is contained in:
2025-08-14 23:25:01 +02:00
parent 32375bea76
commit 83286c8627
12 changed files with 1565 additions and 450 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -162,7 +162,7 @@ export default {
common: {
loading: 'Laden...',
cancel: 'Abbrechen',
revious: 'Zurück',
previous: 'Zurück',
next: 'Weiter'
},
experience: {
+1 -1
View File
@@ -17,6 +17,6 @@ export default defineConfig({
},
server: {
//port: 8080,
host: ['192.168.0.48', 'localhost','terrra.local'],
host: ['bamort.trokan.de','192.168.0.48', 'localhost','terrra.local'],
},
})