mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-01 03:36:41 +00:00
Cleanup extra 'serve' command
This commit is contained in:
parent
f18ac04aad
commit
a1c5239607
@ -275,7 +275,6 @@ export const instanceService = mkSingleton(
|
|||||||
const childProcess = await (async () => {
|
const childProcess = await (async () => {
|
||||||
try {
|
try {
|
||||||
const cp = await pbService.spawn({
|
const cp = await pbService.spawn({
|
||||||
command: 'serve',
|
|
||||||
name: instance.subdomain,
|
name: instance.subdomain,
|
||||||
slug: instance.id,
|
slug: instance.id,
|
||||||
port: newPort,
|
port: newPort,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user