Create new root directory in web app for template styles

This commit is contained in:
thiloho
2024-08-17 20:51:23 +02:00
parent dc9a2eabe9
commit 6d47b184d2
3 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ let
cp package.json $out/web-app
cp -r node_modules $out/web-app
cp -r build/* $out/web-app
cp -r template-styles $out/web-app
'';
};