Skip to content

Commit

Permalink
Merge pull request #56 from refactor-group/improve_dashboard_data_fet…
Browse files Browse the repository at this point in the history
…ching_and_caching

Improve dashboard & coaching session page data fetching and caching
  • Loading branch information
jhodapp authored Dec 23, 2024
2 parents f378065 + 2226ee9 commit 60fd0af
Show file tree
Hide file tree
Showing 33 changed files with 2,290 additions and 1,386 deletions.
4 changes: 4 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
turbo: {
},
},
webpack: (config) => {
config.externals.push("@node-rs/argon2", "@node-rs/bcrypt");
return config;
Expand Down
Loading

0 comments on commit 60fd0af

Please sign in to comment.