Skip to content

Commit ab259b9

Browse files
authored
fix: Default empty Data.ts file to enable build in CI without running generator
1 parent bd2baba commit ab259b9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Website/generated/Data.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { GroupType } from "@/lib/Types";
2+
3+
export let Groups: GroupType[] = [
4+
{
5+
"Name":"Default",
6+
"Entities":[]
7+
},
8+
]

0 commit comments

Comments
 (0)