feat(nix): try to make building faster and more verbose

This commit is contained in:
matt1432 2024-02-14 14:50:51 -05:00
parent 09bf854468
commit 0a60fa42a4
2 changed files with 6 additions and 2 deletions
modules/ags/config/js

View file

@ -16,7 +16,6 @@ const watchAndCompileSass = (host) => {
monitorFile(
`${App.configDir}/scss`,
reloadCss,
'directory',
);
reloadCss();
};