Added better emergency functions

This commit is contained in:
2026-05-26 21:45:29 +02:00 Verified
parent e641bed9b9
commit 631e73b91a
7 changed files with 747 additions and 519 deletions
+4
View File
@@ -21,6 +21,10 @@ const withSerwist = withSerwistInit({
const nextConfig: NextConfig = {
output: "standalone",
allowedDevOrigins: [
'10.10.0.121',
'localhost',
],
};
export default withSerwist(nextConfig);