Skip to content

Commit

Permalink
chore: Debugging CF deployments (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 authored Apr 3, 2024
1 parent e2a4b30 commit b1751ae
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 33 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ jobs:
directory: ./.svelte-kit/cloudflare
workingDirectory: sites/docs
deploymentName: Preview
wranglerVersion: 3.41.0
1 change: 0 additions & 1 deletion .github/workflows/docs-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ jobs:
directory: ./.svelte-kit/cloudflare
workingDirectory: sites/docs
deploymentName: Production
wranglerVersion: 3.41.0
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "0.5.13",
"svelte": "^4.2.9",
"svelte-eslint-parser": "^0.33.1"
"svelte-eslint-parser": "^0.33.1",
"wrangler": "^3.44.0"
},
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bits-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ vite.config.ts.timestamp-*
.vercel

## contentlayer build output
.contentlayer
.contentlayer
65 changes: 36 additions & 29 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 b1751ae

Please sign in to comment.