feat: ✨ Add collaboration
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"test": "dotenv -e ./playwright/.env -e .env.local -- yarn playwright test",
|
||||
"test:open": "dotenv -e ./playwright/.env -e .env.local -v PWDEBUG=1 -- yarn playwright test"
|
||||
"test": "yarn playwright test",
|
||||
"test:open": "PWDEBUG=1 yarn playwright test"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": "public"
|
||||
@@ -40,6 +40,7 @@
|
||||
"aws-sdk": "^2.1073.0",
|
||||
"bot-engine": "*",
|
||||
"browser-image-compression": "^1.0.17",
|
||||
"cuid": "^2.1.8",
|
||||
"db": "*",
|
||||
"deep-object-diff": "^1.1.7",
|
||||
"fast-equals": "^3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user