feat(F-183): completed feature

This commit is contained in:
chattie
2026-08-22 19:11:58 +02:00
parent 86637f8c35
commit 34f36ae253
13 changed files with 35 additions and 19 deletions

View File

@@ -5,6 +5,7 @@ import type { NextConfig } from 'next';
const frontendRoot = dirname(fileURLToPath(import.meta.url));
const nextConfig: NextConfig = {
allowedDevOrigins: ['192.168.18.93'],
turbopack: {
root: frontendRoot,
},