Compare commits
2 commits
614a654824
...
a4e2949d76
Author | SHA1 | Date | |
---|---|---|---|
a4e2949d76 | |||
e4d6c8a6f9 |
3 changed files with 11 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -176,3 +176,6 @@ dist
|
|||
# Test files
|
||||
public/
|
||||
test
|
||||
|
||||
# builds
|
||||
now
|
||||
|
|
7
justfile
Normal file
7
justfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
dev:
|
||||
bun run build
|
||||
go run . --dev --config test/config.toml --domain example.org --public-dir public/
|
||||
|
||||
build:
|
||||
bun run build
|
||||
go build
|
|
@ -262,7 +262,7 @@ li {
|
|||
}
|
||||
|
||||
.credits-legal {
|
||||
width: 70%;
|
||||
max-width: 800px;
|
||||
padding: 0 2rem 1rem 2rem;
|
||||
border-radius: 32px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue