Skip to content

Commit

Permalink
Add assets test and
Browse files Browse the repository at this point in the history
 Leptos generate template
  • Loading branch information
kflansburg committed Sep 21, 2024
1 parent b207361 commit d1f39b2
Show file tree
Hide file tree
Showing 19 changed files with 2,623 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
"worker-kv",
"examples/*",
]
exclude = ["examples/coredump", "examples/axum", "templates/*"]
exclude = ["examples/coredump", "examples/axum", "templates/*", "templates/leptos"]
resolver = "2"

[workspace.dependencies]
Expand Down
85 changes: 47 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@cloudflare/workers-types": "^4.20230807.0"
"@cloudflare/workers-types": "^4.20240909.0"
},
"name": "workers-rs",
"version": "0.0.12",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "^20.4.8",
"@types/uuid": "^9.0.2",
"miniflare": "^3.20231030.2",
"miniflare": "^3.20240909.4",
"typescript": "^5.1.6",
"undici": "^5.28.4",
"uuid": "^9.0.0",
Expand Down
5 changes: 5 additions & 0 deletions templates/leptos/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
target
node_modules
.wrangler
public
build
Loading

0 comments on commit d1f39b2

Please sign in to comment.