Skip to content

Commit

Permalink
コメント追記
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 18, 2024
1 parent 32f334c commit 9fa130e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/domain/defaultEngine/envEngineInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ const envEngineInfoSchema = z
})
.and(
z.union([
// エンジンをパス指定する場合
z.object({
type: z.literal("path").default("path"),
executionFilePath: z.string(),
path: z.string().optional(),
}),
// VVPPダウンロードする場合
z.object({
type: z.literal("downloadVvpp"),
latestUrl: z.string(),
Expand Down

0 comments on commit 9fa130e

Please sign in to comment.