Skip to content

Commit

Permalink
chore: migrate to wrangler.toml for Cloudflare Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Aug 23, 2024
1 parent 94e1417 commit dbe3fbd
Show file tree
Hide file tree
Showing 4 changed files with 1,294 additions and 1,329 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
KIRBY_API_TOKEN: ${{ secrets.KIRBY_API_TOKEN }}

- name: Deploy to Cloudflare
run: npx wrangler pages deploy dist/ --project-name=cacao-kit
run: npx wrangler pages deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.8.0",
"scripts": {
"dev": "nuxi dev",
"dev:tunnel": "nuxi dev --tunnel",
Expand All @@ -16,15 +16,15 @@
"prepare": "nuxi prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.1",
"@nuxtjs/i18n": "^8.3.3",
"@antfu/eslint-config": "^2.27.1",
"@nuxtjs/i18n": "^8.5.0",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.14.14",
"@unocss/eslint-config": "^0.61.9",
"@unocss/nuxt": "^0.61.9",
"@vueuse/nuxt": "^10.11.0",
"eslint": "^9.8.0",
"nuxt": "^3.12.4",
"@types/node": "^20.16.1",
"@unocss/eslint-config": "^0.62.2",
"@unocss/nuxt": "^0.62.2",
"@vueuse/nuxt": "^11.0.1",
"eslint": "^9.9.0",
"nuxt": "^3.13.0",
"nuxt-kql": "^1.5.0",
"prettier": "^3.3.3",
"sitemap": "^8.0.0",
Expand Down
Loading

0 comments on commit dbe3fbd

Please sign in to comment.