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
+6
View File
@@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.