Initial commit

This commit is contained in:
michaelswanson
2026-06-25 19:58:40 +00:00
commit 860d5f55cc
47 changed files with 19216 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
if [ -d /icons ]; then
cp /app/public/icon-512.png /icons/enkelbudget.png
fi
exec node server.js