1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

alew: fix

This commit is contained in:
2024-12-13 13:42:51 +01:00
parent f8c3a9dbef
commit ffe9f90b4e

View File

@@ -51,7 +51,7 @@ in
PORT = toString alewPort;
};
preStart = ''
rsync -rav --delete ${inputs.alew-web.outPath}/ .
# rsync -rav --delete ALEW_SRC .
yarn install
yarn build
'';