Skip to content

Commit dbbc7f7

Browse files
committed
refactor(wip): change nedb to rxdb
1 parent 56ac2b3 commit dbbc7f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5790
-221
lines changed

.vscode/launch.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Program",
11+
"program": "${workspaceFolder}\\serve",
12+
"preLaunchTask": "tsc: build - tsconfig.json",
13+
"outFiles": [
14+
"${workspaceFolder}/dist/out-tsc/**/*.js"
15+
]
16+
}
17+
]
18+
}

config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"couchdb": {
3+
"uuid": "8c28d84d-a7d2-454c-83db-f23827cc7ca4"
4+
}
5+
}

log.txt

Lines changed: 3492 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)