Skip to content

Commit 60841f6

Browse files
committed
chore: prepare sshpk for cert/key/sshkeys related tools
1 parent 90fba75 commit 60841f6

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@tiptap/pm": "2.1.6",
4242
"@tiptap/starter-kit": "2.1.6",
4343
"@tiptap/vue-3": "2.0.3",
44+
"@types/sshpk": "^1.17.4",
4445
"@vicons/material": "^0.12.0",
4546
"@vicons/tabler": "^0.12.0",
4647
"@vueuse/core": "^10.3.0",

pnpm-lock.yaml

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { resolve } from 'node:path';
2-
<<<<<<< HEAD
32
import { URL, fileURLToPath } from 'node:url';
4-
=======
5-
>>>>>>> chore: prepare sshpk for cert/key/sshkeys related tools
63
import { nodePolyfills } from 'vite-plugin-node-polyfills';
74

85
import VueI18n from '@intlify/unplugin-vue-i18n/vite';

0 commit comments

Comments
 (0)