File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3333
3434# Finder (MacOS) folder config
3535.DS_Store
36+
37+ # Cloudflare
38+ .wrangler /
3639personal-notes /
3740* .har.executor
3841executor.har
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineConfig } from 'astro/config';
33
44import tailwindcss from '@tailwindcss/vite' ;
55
6- import vercel from '@astrojs/vercel ' ;
6+ import cloudflare from '@astrojs/cloudflare ' ;
77
88// https://astro.build/config
99export default defineConfig ( {
@@ -12,5 +12,5 @@ export default defineConfig({
1212 plugins : [ tailwindcss ( ) ]
1313 } ,
1414
15- adapter : vercel ( )
15+ adapter : cloudflare ( )
1616} ) ;
Original file line number Diff line number Diff line change 1313 },
1414 "dependencies" : {
1515 "@astrojs/tailwind" : " ^6.0.2" ,
16- "@astrojs/vercel " : " ^10 .0.4 " ,
16+ "@astrojs/cloudflare " : " ^13 .0.0 " ,
1717 "@executor/sdk" : " workspace:*" ,
1818 "@executor/plugin-openapi" : " workspace:*" ,
1919 "@executor/plugin-graphql" : " workspace:*" ,
Original file line number Diff line number Diff line change 1+ name = " executor-marketing"
2+ compatibility_flags = [" nodejs_compat" ]
You can’t perform that action at this time.
0 commit comments