Skip to content

Commit a2578b3

Browse files
committed
feat(astro.config): add Mobile Client to generated projects
- Add new entry to the projects array in astro.config.mjs - Configure Mobile Client with label 'Mobile Client' and autogenerate directory 'mobile-client'
1 parent af3799c commit a2578b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ export default defineConfig({
3434
label: 'Web Dashboard',
3535
autogenerate: { directory: 'web-dashboard' },
3636
},
37+
{
38+
label: 'Mobile Client',
39+
autogenerate: { directory: 'mobile-client' },
40+
},
3741
],
3842
}),
3943
],

0 commit comments

Comments
 (0)