feat(F-158): completed feature

This commit is contained in:
chattie
2026-08-22 17:50:55 +02:00
parent 7159baf851
commit 3e1a447e43
16 changed files with 348 additions and 77 deletions

View File

@@ -1,10 +1,7 @@
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
port: 3006,
env: {
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL ?? 'http://localhost:3000',
},
allowedDevOrigins: ['192.168.18.93', 'localhost'],
};
export default nextConfig;