improved mobile layout

This commit is contained in:
2025-12-29 10:47:36 +01:00
parent 24a460e6e2
commit 610fd74e89
19 changed files with 144 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
import { createApp } from 'vue'
import router from './router'
import router from './router.ts'
import App from './App.vue'
import { validateToken } from './stores/auth.ts'
import { validateToken } from './store.ts'
import './base.css'
@@ -15,5 +15,5 @@ async function init() {
init()
export const API = 'http://127.0.0.1:8080'
export const API_WS = 'ws://127.0.0.1:8080/ws'
export const API = 'http://192.168.1.183:8081'
export const API_WS = 'ws://192.168.1.183:8081/ws'