Skip to content

Interface PostProcessor

🏷️ Properties

args

ts
args: string[]

Defined in: packages/installer/profile.ts:21

classpath

ts
classpath: string[]

The classpath to run

Defined in: packages/installer/profile.ts:20

jar

ts
jar: string

The executable jar path

Defined in: packages/installer/profile.ts:16

outputs optional

ts
outputs: (key: string) => string

Defined in: packages/installer/profile.ts:22

sides optional

ts
sides: ("server" | "client")[]

Defined in: packages/installer/profile.ts:23