Files
clapper/src/mainDaemon.js
Rafał Dzięgiel 340cb36ecd Move "clapper_src" dir to "src"
The "clapper_src" directory name was unusual. This was done to make it work as a widget for other apps. Now that this functionality got removed it can be named simply "src" as recommended by guidelines.
2021-01-21 14:19:04 +01:00

7 lines
78 B
JavaScript

const { Daemon } = imports.src.daemon;
function main()
{
new Daemon();
}