feat(WEB-132): add middlewares, support for seamless login and improve lang based routes
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"dev": "rm -rf .next && next dev",
|
||||
"predev": "rm -rf .next",
|
||||
"dev": "next dev",
|
||||
"lint": "next lint && tsc",
|
||||
"prepare": "husky install",
|
||||
"start": "node .next/standalone/server.js",
|
||||
|
||||
Reference in New Issue
Block a user