Skip to content

Commit

Permalink
fix: another vite deploy try
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Nov 11, 2023
1 parent 8f2189a commit 54f4508
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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-pages'

export default defineConfig({
plugins: [
Expand All @@ -15,10 +15,10 @@ export default defineConfig({
},
autoname: true // e.g. enable autoname
}),
solidSvg(),
solid({
// adapter: cloudflare({})
}),
solidSvg()
adapter: cloudflare({})
})
],
server: {
port: 3000
Expand Down

0 comments on commit 54f4508

Please sign in to comment.