init: create project with settings

This commit is contained in:
rusconn
2022-03-21 03:02:59 +00:00
commit d1e5c9e7f6
22 changed files with 2367 additions and 0 deletions

5
next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.