Skip to content

Commit

Permalink
Merge branch 'master' into chore/bump-ant-design-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW authored Dec 3, 2024
2 parents c1f63b7 + 0b52f6b commit 13c50c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions refine-nextjs/template/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/node_modules/
**/dist
.git
npm-debug.log
.coverage
.coverage.*
.env
1 change: 1 addition & 0 deletions refine-nextjs/template/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const nextConfig = {
<%_ if (answers["ui-framework"] === 'antd') { _%>
transpilePackages: ['@refinedev/antd'],
<%_ } _%>
output: "standalone"
};

export default nextConfig;

0 comments on commit 13c50c0

Please sign in to comment.