3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-11 21:17:19 +00:00

Initial dashboard work (auth flow)

This commit is contained in:
Dragory 2019-05-26 00:13:42 +03:00
parent 9109e9a2c3
commit c94c8849a5
18 changed files with 3808 additions and 31 deletions

View file

@ -0,0 +1,5 @@
{
"watch": "src/dashboard/api",
"ext": "ts",
"exec": "ts-node ./src/dashboard/api/index.ts"
}