tangled
alpha
login
or
join now
finxol.io
/
portfolio
0
fork
atom
Personal site
staging.colinozanne.co.uk
portfolio
astro
0
fork
atom
overview
issues
pulls
pipelines
chore: auto-run caddy server for rewrites in dev
finxol.io
2 months ago
58d7e894
c43c5d7f
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
14s
+1
-1
1 changed file
expand all
collapse all
unified
split
package.json
+1
-1
package.json
reviewed
···
3
3
"type": "module",
4
4
"version": "0.0.1",
5
5
"scripts": {
6
6
-
"dev": "DENO_ENV=development astro dev",
6
6
+
"dev": "caddy start --config ./Caddyfile && DENO_ENV=development astro dev; caddy stop",
7
7
"build": "astro build",
8
8
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
9
9
"astro": "astro"