mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
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.
7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
const { Daemon } = imports.src.daemon;
|
|
|
|
function main()
|
|
{
|
|
new Daemon();
|
|
}
|