fix: enabling the nextjs static site generation for web and space (#2547)

This commit is contained in:
sriram veeraghanta
2023-10-27 13:14:03 +05:30
committed by GitHub
parent 4aad35e007
commit 597ea26d7b
5 changed files with 12 additions and 5 deletions

View File

@@ -7,7 +7,8 @@
"develop": "next dev -p 4000",
"build": "next build",
"start": "next start -p 4000",
"lint": "next lint"
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@blueprintjs/core": "^4.16.3",
@@ -16,8 +17,8 @@
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.13",
"@mui/material": "^5.14.1",
"@plane/ui" : "*",
"@plane/lite-text-editor" : "*",
"@plane/ui": "*",
"@plane/lite-text-editor": "*",
"@plane/rich-text-editor": "*",
"axios": "^1.3.4",
"clsx": "^2.0.0",