efim 8716385ea1 adding fork := true for backend server interrupts
without it app starts in same jvm and we're told that Ctrl+C will not
always kill the Ember server:

https://typelevel.org/cats-effect/docs/2.x/datatypes/ioapp
WARNING: If you run your IOApp program from sbt, you may observe cancellation and resource releasing is not happening. This is due to sbt, by default, running programs in the same JVM as sbt, so when your program is canceled sbt avoids stopping its own JVM. To properly allow cancellation, ensure your progam is forked into its own JVM via a setting like fork := true in your sbt configuration.
2023-04-23 23:35:45 +04:00
2023-04-23 18:33:29 +04:00
2023-04-21 17:12:21 +04:00
2023-04-21 17:12:21 +04:00
2023-04-21 17:22:17 +04:00
2023-04-21 17:12:21 +04:00
2023-04-21 17:12:21 +04:00
2023-04-23 18:33:29 +04:00
2023-04-21 17:12:21 +04:00
2023-04-21 17:12:21 +04:00
2023-04-21 18:24:24 +04:00
2023-04-21 18:24:24 +04:00
2023-04-21 18:24:24 +04:00
2023-04-21 18:24:24 +04:00
2023-04-23 18:07:00 +04:00
Description
No description provided
358 KiB
Languages
Scala 83.8%
Nix 8.7%
CSS 3.8%
JavaScript 3%
HTML 0.7%