summaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/astro-scripts/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/fixtures/astro-scripts/astro.config.mjs')
-rw-r--r--packages/astro/test/fixtures/astro-scripts/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/fixtures/astro-scripts/astro.config.mjs b/packages/astro/test/fixtures/astro-scripts/astro.config.mjs
index f34407295..8a780f243 100644
--- a/packages/astro/test/fixtures/astro-scripts/astro.config.mjs
+++ b/packages/astro/test/fixtures/astro-scripts/astro.config.mjs
@@ -1,6 +1,6 @@
import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';
-import { fileURLToPath } from 'url';
+import { fileURLToPath } from 'node:url';
export default defineConfig({
integrations: [