Skip to content

Commit

Permalink
fix(machines): reflect changes from ravel api for machine creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbouchez committed Jan 18, 2025
1 parent d42272a commit fc5c922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/emails.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/machines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ export type MachineConfig = {
guest: GuestConfig;
workload: Workload;
stop_config?: StopConfig;
auto_destroy?: boolean;
};

export type GuestConfig = {
Expand All @@ -234,6 +233,7 @@ export type Workload = {
restart?: RestartPolicyConfig;
env?: string[];
init?: InitConfig;
auto_destroy?: boolean;
};

export type InitConfig = {
Expand Down

0 comments on commit fc5c922

Please sign in to comment.