summaryrefslogtreecommitdiff
path: root/packages/create-astro/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro/src')
-rw-r--r--packages/create-astro/src/config.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/create-astro/src/config.ts b/packages/create-astro/src/config.ts
index 0539111ae..c8698b2d8 100644
--- a/packages/create-astro/src/config.ts
+++ b/packages/create-astro/src/config.ts
@@ -12,7 +12,6 @@ export const createConfig = ({ renderers }: { renderers: string[] }) => {
devOptions: {
// hostname: 'localhost', // The hostname to run the dev server on.
// port: 3000, // The port to run the dev server on.
- // tailwindConfig: '', // Path to tailwind.config.js if used, e.g. './tailwind.config.js'
},`,
` renderers: ${JSON.stringify(renderers, undefined, 2)
.split('\n')