mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
bump to V1.1.3
This commit is contained in:
16
simple/app.js
Normal file
16
simple/app.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* libreevent - index.js
|
||||
*
|
||||
* Created by Janis Hutz 08/26/2024, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
This file is a wrapper for the npm package
|
||||
*/
|
||||
|
||||
const libreevent = require( 'libreevent' );
|
||||
|
||||
libreevent.run( __dirname );
|
||||
Reference in New Issue
Block a user