mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
* fix: [@vue/compiler-sfc] defineModel is a compiler macro and no longer needs to be imported. * fix: Duplicate name conflict/warning from unplugin-vue-components * fix: enforce correct line endings for the commonjs and esm variants via git
16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
# Default
|
|
* text=auto
|
|
|
|
# Force TS to LF to make the unixy scripts not break on Windows
|
|
*.cjs text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.mjs text eol=lf
|
|
*.mts text eol=lf
|
|
*.ts text eol=lf
|
|
*.vue text eol=lf
|
|
|
|
# Generated files
|
|
src/types/comfyRegistryTypes.ts linguist-generated=true
|
|
src/types/generatedManagerTypes.ts linguist-generated=true
|