Skip to content

Commit

Permalink
chore: exclude migration and setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed May 1, 2024
1 parent 3231edb commit 2ab8b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
".next/types/**/*.ts",
"env.js"
, "next.config.mjs" ],
"exclude": ["node_modules", "dokploy", "config", "dist","webpack.config.server.js"]
"exclude": ["node_modules", "dokploy", "config", "dist","webpack.config.server.js","migration.ts","setup.ts"]
}

0 comments on commit 2ab8b30

Please sign in to comment.