all resources at the base domain closes #137

This commit is contained in:
Milo Schwartz
2025-02-03 21:18:16 -05:00
parent 0840c166ab
commit e475c1ea50
15 changed files with 496 additions and 141 deletions

View File

@@ -18,5 +18,6 @@ export type Env = {
disableUserCreateOrg: boolean;
emailVerificationRequired: boolean;
allowRawResources: boolean;
allowBaseDomainResources: boolean;
}
};