mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-19 04:17:44 +00:00
webapp-scaffold can not reference code in higher level app (#314)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
const express = require('express');
|
||||
const app = express();
|
||||
const Websocket = require('ws');
|
||||
const {PORT} = require('../../lib/config');
|
||||
const listenPort = PORT;
|
||||
const listenPort = process.env.HTTP_PORT || 3000;
|
||||
let json_mapping = new Map();
|
||||
let hook_mapping = new Map();
|
||||
let ws_packet_count = new Map();
|
||||
|
||||
Reference in New Issue
Block a user