1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00: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

View File

@@ -142,4 +142,5 @@ module.exports = {
createCastConfig,
createHassioConfig,
createGalleryConfig,
createRollupConfig,
};

View File

@@ -253,4 +253,5 @@ module.exports = {
createCastConfig,
createHassioConfig,
createGalleryConfig,
createWebpackConfig,
};