Рабочая заглушка

This commit is contained in:
Халимов Рустам
2026-02-13 11:07:21 +03:00
parent 0e537ddbd7
commit e73f54feae
21 changed files with 834 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone', // Required for Docker
};
export default nextConfig;