fix(core): update

This commit is contained in:
2024-04-19 13:54:20 +02:00
parent af90530000
commit 31ddd3ec23
7 changed files with 1737 additions and 1928 deletions

View File

@@ -1,8 +1,8 @@
import * as plugins from './smartdaemon.plugins.js';
import { SmartDaemonTemplateManager } from './smartdaemon.classes.templatemanager.js';
import {
type ISmartDaemonServiceConstructorOptions,
SmartDaemonService,
ISmartDaemonServiceConstructorOptions,
} from './smartdaemon.classes.service.js';
import { SmartDaemonSystemdManager } from './smartdaemon.classes.systemdmanager.js';