feat: first test for data center

This commit is contained in:
DarkSky
2022-12-28 17:00:51 +08:00
parent 32fce00627
commit df30cc4861
12 changed files with 86 additions and 79 deletions
+4 -3
View File
@@ -10,7 +10,8 @@
".": "./dist/src/index.js"
},
"scripts": {
"build": "tsc --project ./tsconfig.json"
"build": "tsc --project ./tsconfig.json",
"test": "playwright test"
},
"keywords": [],
"author": "",
@@ -19,15 +20,15 @@
"url": "git+https://github.com/toeverything/AFFiNE.git"
},
"devDependencies": {
"@playwright/test": "^1.29.1",
"typescript": "^4.8.4"
},
"dependencies": {
"axios": "^1.2.0",
"encoding": "^0.1.13",
"firebase": "^9.13.0",
"ky": "^0.33.0",
"swr": "^2.0.0",
"lib0": "^0.2.58",
"swr": "^2.0.0",
"y-protocols": "^1.0.5"
}
}