Skip to content

Commit 48813a0

Browse files
committed
fix url import
1 parent 9dd0e70 commit 48813a0

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

Diff for: astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22
import { defineConfig } from 'astro/config';
3-
import { fileURLToPath } from 'node:url';
3+
import { fileURLToPath } from 'url';
44
import vue from '@astrojs/vue';
55

66
import tailwind from '@astrojs/tailwind';

Diff for: package-lock.json

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@astrojs/check": "^0.9.4",
1414
"@astrojs/tailwind": "^5.1.2",
1515
"@astrojs/vue": "^4.5.2",
16+
"@types/node": "^22.8.1",
1617
"@vueuse/core": "^11.1.0",
1718
"astro": "^4.16.7",
1819
"class-variance-authority": "^0.7.0",

0 commit comments

Comments
 (0)