chore: initialize project with package.json and dependencies

This commit is contained in:
Poyraz Avsever
2026-04-27 23:37:05 +03:00
parent cd382f60ba
commit e35a0659aa
5 changed files with 6660 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;