summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/templates.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro/src/templates.ts')
-rw-r--r--packages/create-astro/src/templates.ts35
1 files changed, 19 insertions, 16 deletions
diff --git a/packages/create-astro/src/templates.ts b/packages/create-astro/src/templates.ts
index 63254a311..dce085314 100644
--- a/packages/create-astro/src/templates.ts
+++ b/packages/create-astro/src/templates.ts
@@ -1,16 +1,19 @@
-export const TEMPLATES = [,
- {
- title: 'Starter Kit (Generic)',
- value: 'starter'
- }, {
- title: 'Blog',
- value: 'blog'
- },
- {
- title: 'Documentation',
- value: 'docs'
- },
- {
- title: 'Portfolio',
- value: 'portfolio'
- }]; \ No newline at end of file
+export const TEMPLATES = [
+ ,
+ {
+ title: 'Starter Kit (Generic)',
+ value: 'starter',
+ },
+ {
+ title: 'Blog',
+ value: 'blog',
+ },
+ {
+ title: 'Documentation',
+ value: 'docs',
+ },
+ {
+ title: 'Portfolio',
+ value: 'portfolio',
+ },
+];