From 90fba759c39ac384efaa59cfb24a0a1eb8cdbd22 Mon Sep 17 00:00:00 2001 From: sharevb Date: Sat, 17 Feb 2024 14:44:27 +0100 Subject: [PATCH] chore: prepare sshpk for cert/key/sshkeys related tools --- vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index 2e5c0254..64e40216 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,5 +1,8 @@ import { resolve } from 'node:path'; +<<<<<<< HEAD import { URL, fileURLToPath } from 'node:url'; +======= +>>>>>>> chore: prepare sshpk for cert/key/sshkeys related tools import { nodePolyfills } from 'vite-plugin-node-polyfills'; import VueI18n from '@intlify/unplugin-vue-i18n/vite';