Skip to content

Commit

Permalink
chore: move to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Feb 7, 2025
1 parent c99479f commit de87dd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/mvp/next.config.mjs → apps/mvp/next.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import type {NextConfig} from 'next'

import withBundleAnalyzer from '@next/bundle-analyzer'

// function requireResolve(id) {
// return import.meta.resolve(id).replace('file://', '')
// }

/** @type {import('next').NextConfig} */
const nextConfig = {
const nextConfig: NextConfig = {
// basePath: process.env.NEXT_PUBLIC_TEST_BASE_PATH,
// trailingSlash: true,
experimental: {
Expand Down

0 comments on commit de87dd1

Please sign in to comment.