pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)

does THIS make the config file work

Changed files
+3 -1
.tangled
workflows
+3 -1
.tangled/workflows/build.yml
···
- name: "Copy config to server"
command: |
echo "🪶 copying config from secrets"
-
echo "${{secrets.CONFIG}}" > config.ts
+
cat > config.ts << EOF
+
${{secrets.CONFIG}}
+
EOF
- name: "Set up Deno"
command: |