Commit graph

6 commits

Author SHA1 Message Date
Marks Polakovs
63ec8537a8 Rework BAPS build to avoid NODE_ENV problems
Previously we would set NODE_ENV=baps-<env> to signal that this is a BAPS build. However, many libraries rely on NODE_ENV=="production" to activate optimisations, meaning performance tanked.

This commit reorganises it to avoid relying on NODE_ENV changes, while still applying env vars as necessary.
2021-09-25 21:45:25 +01:00
Matthew Stratford
95f5917c40 Use configurable BAPSicle server info. 2021-09-08 00:08:28 +01:00
Matthew Stratford
4f41cdda50 Add baps-specific start/build configurations. 2021-06-13 19:04:48 +01:00
Matthew Stratford
59136070dc Re-add all deleted files for BAPS3 2021-05-28 00:04:08 +01:00
Matthew Stratford
84e225951f Set NeutronStudio port / homepage. 2021-03-30 21:05:17 +01:00
Marks Polakovs
c9b1b14d59 Eject 2020-03-29 12:04:49 +02:00