Skip to content

Commit

Permalink
chore: import from htmx-demo & modify
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Sep 7, 2023
0 parents commit 68ba24c
Show file tree
Hide file tree
Showing 29 changed files with 3,757 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "link-arg=-Wl,--compress-debug-sections=zlib,-fuse-ld=lld"]
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/target
/.direnv
/result
/.env
/db.redb
Loading

0 comments on commit 68ba24c

Please sign in to comment.