feat: Add collaboration

This commit is contained in:
Baptiste Arnaud
2022-02-24 11:13:19 +01:00
parent dd671a5d2c
commit b9dafa611e
63 changed files with 1932 additions and 148 deletions

View File

@@ -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",