Directory structure change.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 18s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 28s
Home Assistant & Miscellaneous Deployment / Generate list of added/modified/deleted services (push) Has been skipped
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been skipped

This commit is contained in:
2025-08-24 13:35:04 -04:00
parent 9c44b249e7
commit 22d20dbaab
200 changed files with 1 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,10 @@
const path = require('path');
module.exports = {
entry: './src/main.js',
mode: 'production',
output: {
filename: 'card-tools.js',
path: path.resolve(__dirname)
}
};