mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Add vite build (#53)
* Add vite build - baseline * Fix build output folder structure Matches pre-vite output * Fix litegraph errors introduced by vite process - Remove pre-written encapsulating iife (one is injected by vite) - Replace all references to the global "this" with globalThis
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -1,12 +1,32 @@
|
||||
node_modules/
|
||||
node_modules/*
|
||||
npm-debug.log
|
||||
temp/
|
||||
temp/*
|
||||
coverage/
|
||||
|
||||
# Editors
|
||||
/.vscode/*
|
||||
!/.vscode/extensions.json
|
||||
*.bak
|
||||
.project
|
||||
.project
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
Reference in New Issue
Block a user