From e4682956fc39690b6009541ec21217bae926b75b Mon Sep 17 00:00:00 2001 From: awesthouse Date: Fri, 13 Dec 2024 13:18:32 +0100 Subject: [PATCH] refactor: node import protocol --- example/vite.local.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/vite.local.config.mts b/example/vite.local.config.mts index cc6d512c4..bbd593eba 100644 --- a/example/vite.local.config.mts +++ b/example/vite.local.config.mts @@ -1,4 +1,4 @@ -import * as path from 'path' +import * as path from 'node:path' export const localConfig = () => { if ((process.env.ALIAS || 'on').trim() === 'on') {