this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set client side for production flow

+2 -2
+1 -1
components.d.ts
··· 4 4 5 5 declare module 'vue' { 6 6 export interface GlobalComponents { 7 - Island: typeof import("./node_modules/.pnpm/iles@0.7.32/node_modules/iles/dist/client/app/components/Island.vue")["default"]; 7 + Island: typeof import('./node_modules/.pnpm/iles@0.7.32_sass@1.49.9/node_modules/iles/dist/client/app/components/Island.vue')['default'] 8 8 ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default'] 9 9 Welcome: typeof import('./src/components/Welcome.vue')['default'] 10 10 }
+1 -1
src/pages/posts/production-flow.mdx
··· 21 21 22 22 First, can you name your different step before having your app in production? 23 23 24 - <ProductionFlow /> 24 + <ProductionFlow client:idle />