serverpod / serverpod

Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.
BSD 3-Clause "New" or "Revised" License
2.3k stars 201 forks source link

`ServerpodRunMode` should be an enum #2275

Closed lukehutch closed 1 week ago

lukehutch commented 2 weeks ago

ServerpodRunMode should be an enum, not a string, since it serves the same purpose as an enum...

Isakdl commented 1 week ago

We want to move in a different direction here, instead of making this an enum we want it to be more dynamic and let the user be able to define them with whatever name you want. See related issue: https://github.com/serverpod/serverpod/issues/1212.