fix: 🚑 topics list, add gap with manage topics btn

This commit is contained in:
Lucas Colombo
2023-07-02 19:46:43 -03:00
parent 85e6da11d0
commit a033ccd313
4 changed files with 13 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const srcPath = resolve(cwd(), src);
const distPath = resolve(cwd(), dist);
const serverPath = resolve(
cwd(),
getArg('--sever', 'D:/users/lucas/Desktop/dev/server/gitea')
getArg('--sever', 'd:/gitea')
);
const debouncer = new TaskDebouncer(300);
const logger = new Logger('serve', 'info', 'brightMagenta');