-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Leptos w/ Tailwind integrations (#3)
* feat: add leptos_axum integration * feat: enable json axum api * feat: add tailwind css to leptos * chore: add node & bun to install tailwind node_modules * chore: fix build and deploy job to only run on main commits --------- Co-authored-by: Alvin Januar <[email protected]>
- Loading branch information
1 parent
f4bfeba
commit 75c0ff5
Showing
17 changed files
with
2,493 additions
and
641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
.DS_Store | ||
/infra/.* | ||
/infra/terraform.tfstate* | ||
/.infracost | ||
/.infracost | ||
/node_modules |
Oops, something went wrong.