summaryrefslogtreecommitdiff
path: root/packages/astro/src/dev.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/src/dev.ts')
-rw-r--r--packages/astro/src/dev.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/astro/src/dev.ts b/packages/astro/src/dev.ts
index 4ca8e28e9..2522ab645 100644
--- a/packages/astro/src/dev.ts
+++ b/packages/astro/src/dev.ts
@@ -1,3 +1,4 @@
+import 'source-map-support/register.js';
import type { AstroConfig } from './@types/astro';
import type { LogOptions } from './logger.js';