Comment on page
Upgrade to V4
Upgrade your project will take few moments using those steps:
$ npm i -g @sugoi/cli && npm i -D @sugoi/cli
Run those commands under you SugoiJS project
V4 change the signature of the server init method by removing the unused
serverMetaKey
argument. This cause the following change:HttpServer.init(BootstrapModule, "/", null, Authorization)
to
HttpServer.init(BootstrapModule, "/", Authorization)
$ sgi build
Last modified 4yr ago