Skip to content

Commit 70a09a4

Browse files
committed
nit
1 parent e5761c4 commit 70a09a4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

vite.config.mts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { defineConfig, Plugin } from 'vite'
22
import type { UserConfigExport } from 'vitest/config'
3-
import dts from 'vite-plugin-dts'
43
import vue from '@vitejs/plugin-vue'
5-
import path, { resolve } from 'path'
4+
import path from 'path'
65
import dotenv from "dotenv"
76
import Icons from 'unplugin-icons/vite'
87
import IconsResolver from 'unplugin-icons/resolver'
@@ -130,7 +129,6 @@ export default defineConfig({
130129
plugins: [
131130
vue(),
132131
comfyAPIPlugin(),
133-
dts(),
134132

135133
Icons({
136134
'compiler': 'vue3'
@@ -146,12 +144,6 @@ export default defineConfig({
146144
],
147145

148146
build: {
149-
lib: {
150-
entry: resolve(__dirname, 'src/types/comfy.ts'),
151-
name: 'comfyui-frontend-types',
152-
fileName: 'index',
153-
formats: ['es']
154-
},
155147
minify: SHOULD_MINIFY ? 'esbuild' : false,
156148
target: 'es2022',
157149
sourcemap: true,

0 commit comments

Comments
 (0)