File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { tanstackStart } from '@tanstack/react-start/plugin/vite'
44import viteReact from '@vitejs/plugin-react'
55import viteTsConfigPaths from 'vite-tsconfig-paths'
66import tailwindcss from '@tailwindcss/vite'
7- import { cloudflare } from '@cloudflare/vite-plugin'
7+ // import { cloudflare } from '@cloudflare/vite-plugin'
88import mdx from 'fumadocs-mdx/vite'
99import * as MdxConfig from './source.config'
1010import { checksumPlugin } from './src/plugins/checksum'
@@ -14,13 +14,15 @@ const config = defineConfig({
1414 checksumPlugin ( ) ,
1515 mdx ( MdxConfig ) ,
1616 devtools ( ) ,
17- cloudflare ( { viteEnvironment : { name : 'ssr' } } ) ,
17+ // cloudflare({ viteEnvironment: { name: 'ssr' } }),
1818 // this is the plugin that enables path aliases
1919 viteTsConfigPaths ( {
2020 projects : [ './tsconfig.json' ] ,
2121 } ) ,
2222 tailwindcss ( ) ,
23- tanstackStart ( ) ,
23+ tanstackStart ( {
24+ preset : 'node-server' ,
25+ } ) ,
2426 viteReact ( ) ,
2527 ] ,
2628} )
You can’t perform that action at this time.
0 commit comments