Skip to content

Commit

Permalink
Fix Cloudflare Pages command for Solid (#7155)
Browse files Browse the repository at this point in the history
  • Loading branch information
flashblaze authored Nov 5, 2024
1 parent 1bd4885 commit edef523
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/little-lamps-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

fix invalid preset config on the experimental solid template
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const configure = async (ctx: C3Context) => {
// preset: "cloudflare-pages"
b.objectProperty(
b.identifier("preset"),
b.stringLiteral("./cloudflare-pages"),
b.stringLiteral("cloudflare-pages"),
),
// output: {
// dir: "{{ rootDir }}/dist",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit edef523

Please sign in to comment.