add subsetting

This commit is contained in:
2021-12-09 13:38:28 +11:00
parent a9e8ace112
commit c72bfe126e
18 changed files with 564 additions and 15 deletions

3
deploy
View File

@ -1,4 +1,5 @@
#!/bin/bash
rm -rf dist && nr build
curl https://deploy.arm.adam.id.au/client.mjs > /tmp/client.mjs
DEPLOY_PATH=./ DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs
DEPLOY_PATH=dist DEPLOY_PROJECT=homepage DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs