set client side for production flow

This commit is contained in:
Julien Calixte
2022-02-27 21:45:17 +01:00
parent bf343ffc8e
commit 39a59bbbda
2 changed files with 2 additions and 2 deletions

2
components.d.ts vendored
View File

@@ -4,7 +4,7 @@
declare module 'vue' { declare module 'vue' {
export interface GlobalComponents { export interface GlobalComponents {
Island: typeof import("./node_modules/.pnpm/iles@0.7.32/node_modules/iles/dist/client/app/components/Island.vue")["default"]; Island: typeof import('./node_modules/.pnpm/iles@0.7.32_sass@1.49.9/node_modules/iles/dist/client/app/components/Island.vue')['default']
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default'] ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
Welcome: typeof import('./src/components/Welcome.vue')['default'] Welcome: typeof import('./src/components/Welcome.vue')['default']
} }

View File

@@ -21,4 +21,4 @@ May I ask you some questions?
First, can you name your different step before having your app in production? First, can you name your different step before having your app in production?
<ProductionFlow /> <ProductionFlow client:idle />