Add services layer, tests, streaming UI, and cleanup legacy code

This commit is contained in:
Viktor Barzin 2026-02-06 20:55:10 +00:00
parent 5514fa6381
commit d205d15c74
62 changed files with 3729 additions and 1024 deletions

View file

@ -19,7 +19,8 @@ export default defineConfig({
allowedHosts: [
env.DEV_HOST ?? 'localhost',
// Add more hosts here
'wrongmove.viktorbarzin.me'
'wrongmove.viktorbarzin.me',
'devvm.viktorbarzin.lan'
],
}
})