Skip to content

@loontail/minecraft-kit / SpawnOptions

Type Alias: SpawnOptions

ts
type SpawnOptions = {
  cwd: string;
  env?: Readonly<Record<string, string>>;
};

Defined in: src/types/spawner.ts:35

Options accepted by the spawner.

Properties

PropertyModifierTypeDefined in
cwdreadonlystringsrc/types/spawner.ts:36
env?readonlyReadonly<Record<string, string>>src/types/spawner.ts:37

MIT License