@platformatic/watt-extra 1.12.0-alpha.5 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/watt.js +0 -2
- package/package.json +1 -1
package/lib/watt.js
CHANGED
|
@@ -515,7 +515,6 @@ class Watt {
|
|
|
515
515
|
const config = runtime.getRuntimeConfig(true)
|
|
516
516
|
|
|
517
517
|
for (const app of config.applications ?? []) {
|
|
518
|
-
process._rawDebug('--------APP TYPE:', app.type)
|
|
519
518
|
if (app.type === 'next') {
|
|
520
519
|
await this.#configureNextService(runtime, app)
|
|
521
520
|
} else if (
|
|
@@ -608,7 +607,6 @@ class Watt {
|
|
|
608
607
|
const privateIp = await this.#getPrivateIp()
|
|
609
608
|
const port = this.#getRuntimePort()
|
|
610
609
|
const address = `http://${privateIp}:${port}`
|
|
611
|
-
process._rawDebug('--------Patching Regina service', address)
|
|
612
610
|
|
|
613
611
|
this.#patchService(runtime, app.id, [
|
|
614
612
|
{ op: 'add', path: '/regina/memberAddress', value: address }
|