Skip to content

Commit

Permalink
chore: remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jun 6, 2024
1 parent 063ffc7 commit cae7037
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ module.exports = {
API_BASE_PATH: process.env.API_BASE_PATH,
FIREBASE_AUTH_EMULATOR_HOST: process.env.FIREBASE_AUTH_EMULATOR_HOST,
},
transpilePackages: ['api', 'commonConstantsWithClient'],
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
webpack: (config) => {
config.resolve.symlinks = false;

return config;
},
...(process.env.NODE_ENV === 'development'
? {
rewrites: async () => [
Expand Down

0 comments on commit cae7037

Please sign in to comment.