File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
import { defineConfig , Plugin } from 'vite'
2
2
import type { UserConfigExport } from 'vitest/config'
3
- import dts from 'vite-plugin-dts'
4
3
import vue from '@vitejs/plugin-vue'
5
- import path , { resolve } from 'path'
4
+ import path from 'path'
6
5
import dotenv from "dotenv"
7
6
import Icons from 'unplugin-icons/vite'
8
7
import IconsResolver from 'unplugin-icons/resolver'
@@ -130,7 +129,6 @@ export default defineConfig({
130
129
plugins : [
131
130
vue ( ) ,
132
131
comfyAPIPlugin ( ) ,
133
- dts ( ) ,
134
132
135
133
Icons ( {
136
134
'compiler' : 'vue3'
@@ -146,12 +144,6 @@ export default defineConfig({
146
144
] ,
147
145
148
146
build : {
149
- lib : {
150
- entry : resolve ( __dirname , 'src/types/comfy.ts' ) ,
151
- name : 'comfyui-frontend-types' ,
152
- fileName : 'index' ,
153
- formats : [ 'es' ]
154
- } ,
155
147
minify : SHOULD_MINIFY ? 'esbuild' : false ,
156
148
target : 'es2022' ,
157
149
sourcemap : true ,
You can’t perform that action at this time.
0 commit comments