-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update root deps * backend patch, minor, non-semver * backend major * frontend patch * frontend minor, non-semver * frontend major/next images/fonts * fix type errors and some images * remove unused frontend deps; update mui stuff; debug slow forms * store non-working frontend build for debugging * fixed build; common page for all installation instructions; mui codemods * upgrade apollo server; update snapshots * static to public * update TS, override graphql again in frontend * installation images to webp * fix themes; add breakpoints etc. * fix mdx links * fix small stuff found in code review * fix production build * fix mdx pages; small changes here and there
- Loading branch information
Showing
577 changed files
with
26,615 additions
and
38,615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Next.js: debug server-side", | ||
"type": "node-terminal", | ||
"request": "launch", | ||
"command": "npx next dev", | ||
"cwd": "frontend" | ||
}, | ||
{ | ||
"name": "Next.js: debug client-side", | ||
"type": "chrome", | ||
"request": "launch", | ||
"url": "http://localhost:3000", | ||
"cwd": "frontend" | ||
}, | ||
{ | ||
"name": "Next.js: debug full stack", | ||
"type": "node-terminal", | ||
"request": "launch", | ||
"command": "NODE_OPTIONS='inspect' npx next dev", | ||
"cwd": "frontend", | ||
"console": "integratedTerminal", | ||
"serverReadyAction": { | ||
"pattern": "started server on .+, url: (https?://.+)", | ||
"uriFormat": "%s", | ||
"action": "debugWithChrome" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ env.json | |
coverage/ | ||
sourcemap/ | ||
config/*.pem | ||
.idea | ||
.env.* |
Oops, something went wrong.