Fix fabric.mod.json entrypoints
Some checks are pending
Deploy to GitHub Pages / build (push) Waiting to run
Deploy to GitHub Pages / deploy (push) Blocked by required conditions

This commit is contained in:
Misode
2024-12-27 05:09:18 +01:00
parent d41ac45403
commit 09a2d4c24f
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ enum(string) EnvironmentType {
}
struct Entrypoints {
[string]: (string | Entrypoint),
[string]: [(string | Entrypoint)],
}
struct Entrypoint {