feat: create minimal version

This commit is contained in:
2025-11-05 23:11:30 +03:00
parent 5584a99600
commit e01aafdf01
22 changed files with 974 additions and 20558 deletions

6
next.config.mjs Normal file
View File

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