Use "node" protocol for import

This commit is contained in:
Nikita Karamov 2022-02-10 22:21:09 +01:00
parent dd3afd72b3
commit e0e0f9bf63
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { defineConfig } from "vite";
import * as path from "path";
import * as path from "node:path";
import package_ from "./package.json";
export default defineConfig({