Compare commits
No commits in common. "a4e2949d76442f29ed1af4c8b0b0964ee8196d1e" and "614a654824372aaa81131c17122bd3463c006baa" have entirely different histories.
a4e2949d76
...
614a654824
3 changed files with 1 additions and 11 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -176,6 +176,3 @@ dist
|
|||
# Test files
|
||||
public/
|
||||
test
|
||||
|
||||
# builds
|
||||
now
|
||||
|
|
7
justfile
7
justfile
|
@ -1,7 +0,0 @@
|
|||
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 {
|
||||
max-width: 800px;
|
||||
width: 70%;
|
||||
padding: 0 2rem 1rem 2rem;
|
||||
border-radius: 32px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue