Cleanup extra 'serve' command

This commit is contained in:
Ben Allfree 2023-12-18 07:49:38 -08:00
parent f18ac04aad
commit a1c5239607

View File

@ -275,7 +275,6 @@ export const instanceService = mkSingleton(
const childProcess = await (async () => {
try {
const cp = await pbService.spawn({
command: 'serve',
name: instance.subdomain,
slug: instance.id,
port: newPort,