mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-17 05:12:57 +01:00
code: add some code that does not have "use strict" being set
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
e55cf9025e
commit
2ea8f5bc98
@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
|
||||
// Bostr config
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bostr",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "Nostr relay bouncer",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
const { Worker } = require("worker_threads");
|
||||
const worker = new Worker(__dirname + "/worker_bouncer.js", { name: "Bostr (worker)" });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user