Skip to content

Commit

Permalink
Bugfix, remove tsconfig, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cherbel committed Oct 24, 2023
1 parent ab63382 commit 2fc654d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["rebuff"],
reactStrictMode: true,
webpack(config) {
config.experiments = { ...config.experiments, topLevelAwait: true };
Expand Down

0 comments on commit 2fc654d

Please sign in to comment.