feat(mobx): add sync back (do not look at the code)

This commit is contained in:
Paul
2021-12-24 02:05:18 +00:00
parent 0591d44a31
commit aaadd98cfa
18 changed files with 341 additions and 166 deletions

3
.vscode/launch.json vendored
View File

@@ -10,8 +10,7 @@
"name": "Launch Chrome against localhost",
"url": "http://local.revolt.chat:3000",
"webRoot": "${workspaceFolder}",
"runtimeExecutable": "/usr/bin/chromium",
"userDataDir": "${workspaceFolder}/.vscode/vscode-chrome-debug-userdatadir"
"runtimeExecutable": "/usr/bin/chromium"
}
]
}