feat(projects): list, create and update.

This commit is contained in:
Ivan Li
2021-05-04 21:47:54 +08:00
parent ad5b852822
commit c60b5fbbf4
18 changed files with 3220 additions and 634 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "chrome",
"request": "launch",
"reAttach": true,
"url": "http://admin.blog.localhost/",
"url": "http://fennec.localhost/",
"webRoot": "${workspaceFolder}",
"userDataDir": "/Users/ivan/Projects/.chrome"
}