diff --git a/.gitignore b/.gitignore index 32594fa5..f65a13e6 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ yarn-error.log* .npmrc *storybook.log -certificates \ No newline at end of file +certificates + +next-env.d.ts \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 5fae167c..fa1985a0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next-env.d.ts b/next-env.d.ts deleted file mode 100644 index 40c3d680..00000000 --- a/next-env.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/// -/// - -// NOTE: This file should not be edited -// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/next.config.mjs b/next.config.ts similarity index 96% rename from next.config.mjs rename to next.config.ts index 663d4372..b93894a2 100644 --- a/next.config.mjs +++ b/next.config.ts @@ -1,7 +1,7 @@ import bundleAnalyzer from '@next/bundle-analyzer' +import type { NextConfig } from 'next' -/** @type {import('next').NextConfig} */ -const nextConfig = { +const nextConfig: NextConfig = { reactStrictMode: true, experimental: { turbo: {