fix: scripts should be imported!

This commit is contained in:
orangci
2024-10-30 08:37:13 +03:00
parent de49f3cc6a
commit 2e83ca3a31

View File

@@ -48,6 +48,7 @@
cp -r scss $out cp -r scss $out
cp -r widget $out cp -r widget $out
cp -r services $out cp -r services $out
cp -r scripts $out
cp -f main.js $out/config.js cp -f main.js $out/config.js
''; '';
}; };