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
View File
@@ -0,0 +1,4 @@
export const getDataCenter = () =>
import('../src/data-center.js').then(async dataCenter =>
dataCenter.getDataCenter()
);