Skip to content

Commit

Permalink
replying wip
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Nov 10, 2024
1 parent b114b2f commit 7762441
Show file tree
Hide file tree
Showing 5 changed files with 6,808 additions and 26 deletions.
7 changes: 0 additions & 7 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: (config, { isServer }) => {
if (isServer) {
config.externals.push("@ref-finance/ref-sdk");
}
return config;
},

async headers() {
return [
{
Expand Down
Loading

0 comments on commit 7762441

Please sign in to comment.