why do I need an admin account?!?!?!?!?

This commit is contained in:
Chris Kruining 2024-11-18 08:13:32 +01:00
parent cb7f45373c
commit 4a4299a217
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 6 additions and 8 deletions

View file

@ -1,8 +1,12 @@
@export()
type Context = {
@minLength(2)
locationAbbreviation: string
@minLength(2)
location: string
@minLength(3)
environment: string
@minLength(2)
projectName: string
deployedAt: string
}