Initial fork commit
This commit is contained in:
parent
f3fe584bfa
commit
34d9abec19
25 changed files with 36 additions and 3840 deletions
2
index.js
2
index.js
|
|
@ -3,7 +3,7 @@ import http from "http";
|
|||
import listener from "./src/client.js";
|
||||
import { isMainProcess } from "./src/util.js";
|
||||
|
||||
// development endpoint (use ngrok)
|
||||
// development endpoint - use ngrok
|
||||
const server = http.createServer(listener);
|
||||
if (isMainProcess(import.meta.url)) {
|
||||
config();
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue