fix end of file newlines
This commit is contained in:
parent
5e2c2b25c3
commit
27165c0286
@ -16,4 +16,4 @@ COPY ./ /app/
|
|||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
|
|
||||||
# Command to run the application
|
# Command to run the application
|
||||||
CMD ["yarn", "dev", "--host", "0.0.0.0"]
|
CMD ["yarn", "dev", "--host", "0.0.0.0"]
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
"components": "@/components",
|
"components": "@/components",
|
||||||
"utils": "@/lib/utils"
|
"utils": "@/lib/utils"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -159,4 +159,4 @@ export {
|
|||||||
SelectSeparator,
|
SelectSeparator,
|
||||||
SelectScrollUpButton,
|
SelectScrollUpButton,
|
||||||
SelectScrollDownButton,
|
SelectScrollDownButton,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user