mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 20:16:52 +00:00
Getting out of bed trigger for #757
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
config/www/community/lovelace-auto-entities/auto-entities.js.gz
Normal file
BIN
config/www/community/lovelace-auto-entities/auto-entities.js.gz
Normal file
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
entry: './src/main.js',
|
||||
mode: 'production',
|
||||
output: {
|
||||
filename: 'auto-entities.js',
|
||||
path: path.resolve(__dirname)
|
||||
}
|
||||
}
|
BIN
config/www/community/lovelace-auto-entities/webpack.config.js.gz
Normal file
BIN
config/www/community/lovelace-auto-entities/webpack.config.js.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user