Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 475 Bytes

README-STANDALONE-SERVER.md

File metadata and controls

10 lines (5 loc) · 475 Bytes

When deploying the standalone server, or running it. The server.ts const standAloneServerSide = true; needs to set to true. Otherwise false.

This enables to load the default settings of the package.json, so if a user doesnt use the ones provided by their enviroment (ie nvim) it continues to work.

There is a pre-standalone-build that does this, and post-standalone-build that reverts it to normal.

These are run when publishing to NPM, but not when using vsce.