chore: 🧹 fix tools

This commit is contained in:
Lucas Colombo
2023-07-03 11:05:24 -03:00
parent 405d6a5855
commit 3bd9cbda12
4 changed files with 24 additions and 10 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('--server', 'd:/gitea')
);
logger.info('Deploy started!');