1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Export base create config functions (#17007)

This commit is contained in:
Joakim Sørensen
2023-06-26 09:50:43 +02:00
committed by GitHub
parent 3528f5c7aa
commit 1645208f62
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -142,4 +142,5 @@ module.exports = {
createCastConfig,
createHassioConfig,
createGalleryConfig,
createRollupConfig,
};
+1
View File
@@ -253,4 +253,5 @@ module.exports = {
createCastConfig,
createHassioConfig,
createGalleryConfig,
createWebpackConfig,
};