Ivan Krechetov

Results 2 issues of Ivan Krechetov

- Allow `npm run server` without a global babel-cli – fixes #1 - Fix the 404-s on build.js & vendors.js - Move `` into `` to be more HTML-spec-compliant and...

I followed the instructions in the README, providing the [Fireblocks OpenAPI schema YAML](https://docs.fireblocks.com/api/v1/swagger.yaml) as the source: ```scala lazy val fireblocksClient = project .in(file("modules/fireblocks-client")) .enablePlugins(OpenApiSchema) .settings(name := "fireblocks-client", libraryDependencies ++= Bundles.akkaHttp)...