fixed a typo

This commit is contained in:
2025-08-30 17:55:20 +02:00
parent 149f80f005
commit fc78bcaa80
+1 -1
View File
@@ -17,6 +17,6 @@ export default defineConfig({
}, },
server: { server: {
//port: 8080, //port: 8080,
host: ['bamort.trokan.de','192.168.0.48', 'localhost','terrra.local'], host: ['bamort.trokan.de','192.168.0.48', 'localhost','terra.local'],
}, },
}) })