feat(domains): add custom wildcard domain support for applications (Organization and Project level setting) #4009
Annotations
10 errors
|
pr-check (typecheck)
Process completed with exit code 2.
|
|
pr-check (typecheck)
Type '{ env: string; organizationId: string; name: string; description: string; createdAt: string; projectId: string; }' is missing the following properties from type '{ name: string; createdAt: string; organizationId: string; wildcardDomain: string | null; description: string | null; env: string; projectId: string; useOrganizationWildcard: boolean; }': wildcardDomain, useOrganizationWildcard
|
|
pr-check (typecheck)
Cannot assign to 'NODE_ENV' because it is a read-only property.
|
|
pr-check (typecheck)
Cannot assign to 'NODE_ENV' because it is a read-only property.
|
|
pr-check (typecheck)
Module '"@dokploy/server"' has no exported member 'generateCustomWildcardDomain'.
|
|
pr-check (typecheck)
Type '{ env: string; organizationId: string; name: string; description: string; createdAt: string; projectId: string; }' is missing the following properties from type '{ name: string; createdAt: string; organizationId: string; wildcardDomain: string | null; description: string | null; env: string; projectId: string; useOrganizationWildcard: boolean; }': wildcardDomain, useOrganizationWildcard
|
|
pr-check (build)
The strategy configuration was canceled because "pr-check.typecheck" failed
|
|
pr-check (build)
The operation was canceled.
|
|
pr-check (test)
The strategy configuration was canceled because "pr-check.typecheck" failed
|
|
pr-check (test)
The operation was canceled.
|