Skip to content

Commit

Permalink
Fix: server build
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmullapudi committed Feb 11, 2025
1 parent 99602c0 commit 44df58b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
1 change: 0 additions & 1 deletion apps/webapp/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
images: {
unoptimized: true,
},
publicPath: '/',
async headers() {
return [
{
Expand Down
1 change: 1 addition & 0 deletions apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@sigma/types": "workspace:*",
"@tegonhq/ui": "0.2.35",
"@tiptap/core": "^2.3.0",
"@tiptap/extension-code-block-lowlight": "^2.11.5",
"@tiptap/extension-collaboration": "^2.8.0",
"@tiptap/extension-collaboration-cursor": "^2.8.0",
"@tiptap/extension-mention": "^2.10.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/editor-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"@sigma/eslint-config": "workspace:*",
"@sigma/typescript-config": "workspace:*",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vercel/style-guide": "^5.2.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"@vercel/style-guide": "^5.2.0",
"eslint-config-turbo": "^2.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-only-warn": "^1.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"tsup": "^8.0.1",
"typescript": "^5.4.5"
},
Expand Down
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44df58b

Please sign in to comment.