add index.js

This commit is contained in:
weboko 2022-12-05 20:34:15 +01:00 committed by weboko
parent 501bbaeabd
commit 32ea01a135
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/usr/bin/env node
const { createApp } = require("./createWakuApp");
createApp();