Skip to content

Commit 566166f

Browse files
authored
POC: Leptos with Workers Assets (#640)
* Add assets test and Leptos generate template * Update readme * Use production binding name
1 parent b207361 commit 566166f

File tree

21 files changed

+2652
-41
lines changed

21 files changed

+2652
-41
lines changed

package-lock.json

Lines changed: 47 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@changesets/changelog-github": "^0.4.8",
44
"@changesets/cli": "^2.26.2",
5-
"@cloudflare/workers-types": "^4.20230807.0"
5+
"@cloudflare/workers-types": "^4.20240909.0"
66
},
77
"name": "workers-rs",
88
"version": "0.0.12",
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/node": "^20.4.8",
1818
"@types/uuid": "^9.0.2",
19-
"miniflare": "^3.20231030.2",
19+
"miniflare": "^3.20240909.4",
2020
"typescript": "^5.1.6",
2121
"undici": "^5.28.4",
2222
"uuid": "^9.0.0",

templates/leptos/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
target
2+
node_modules
3+
.wrangler
4+
public/pkg
5+
build

0 commit comments

Comments
 (0)