Skip to content

Commit

Permalink
chore: delete npm package lock and run npm install
Browse files Browse the repository at this point in the history
attempt to fix npm install issues on Github actions

fix: fix issue with monaco yaml dependencies and update them

fix: fix schema leaks across different editor version

fix: fix possibly undefined error

chore: run yarn install for swc

chore: run yarn install
  • Loading branch information
mainawycliffe committed Oct 24, 2023
1 parent 336c173 commit 4ef4040
Show file tree
Hide file tree
Showing 6 changed files with 7,907 additions and 35,121 deletions.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const config = {
experimental: {
// increase the default timeout for the proxy from 30s to 10m to allow for
// long running requests to the backend
proxyTimeout: 1000 * 60 * 10
proxyTimeout: 1000 * 60 * 10,
esmExternals: true
},
transpilePackages: ["monaco-editor"]
};
Expand Down
Loading

0 comments on commit 4ef4040

Please sign in to comment.