fin prototype

This commit is contained in:
2026-04-17 03:49:48 +02:00
parent 586cd69b68
commit eb9a37a90e
15 changed files with 897 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
allowedDevOrigins: ['192.168.11.170'],
};
export default nextConfig;