mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 03:26:57 +00:00
Update everything & add Justfile
This commit is contained in:
parent
2aaac2c52b
commit
d1ed16c0f2
3 changed files with 166 additions and 133 deletions
9
Justfile
Normal file
9
Justfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
dev:
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
export ACME_API=https://acme.mock.directory
|
||||
export ACME_ACCEPT_TERMS=true
|
||||
export PAGES_DOMAIN=localhost.mock.directory
|
||||
export RAW_DOMAIN=raw.localhost.mock.directory
|
||||
export PORT=4430
|
||||
go run .
|
Loading…
Add table
Add a link
Reference in a new issue