forked from github/plane
fix: enabling the nextjs static site generation for web and space (#2547)
This commit is contained in:
committed by
GitHub
parent
4aad35e007
commit
597ea26d7b
@@ -7,7 +7,8 @@
|
||||
"develop": "next dev --port 3000",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"export": "next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blueprintjs/core": "^4.16.3",
|
||||
|
||||
Reference in New Issue
Block a user