Skip to content

Commit

Permalink
chore: try workers adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Nov 16, 2023
1 parent 0bc5323 commit 3b27698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { defineConfig } from 'vite'
import solid from 'solid-start/vite'
import devtools from 'solid-devtools/vite'
// import solidSvg from 'vite-plugin-solid-svg'
// import cloudflare from 'solid-start-cloudflare-workers'
import cloudflare from 'solid-start-cloudflare-pages'
import cloudflare from 'solid-start-cloudflare-workers'
// import cloudflare from 'solid-start-cloudflare-pages'

export default defineConfig({
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "cdc-cy"
compatibility_date = "2023-11-09"
account_id = "271eeb53885906a3b50a8cb07c5f0763"
compatibility_flags = [ "nodejs_compat" ]
compatibility_flags = [ "nodejs_compat" ]

0 comments on commit 3b27698

Please sign in to comment.