1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src
Christopher Kolstad 240c6a77a1
Feat/options need types (#794)
feat: options are now typed

- This makes it easier to know what to send to unleash.start / unleash.create
- Using a Partial to instantiate the config, then melding it with defaults to get a config object with all fields set either to their defaults or to whatever is passed in.


Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-04-22 10:07:10 +02:00
..
bin Feature/setup typescript 2021-02-12 11:42:00 +01:00
lib Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
mailtemplates
migrations feat: add ui-bootstrap endpoint (#790) 2021-04-20 19:54:31 +02:00
test Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
migrator.js
server-dev.ts Feat/options need types (#794) 2021-04-22 10:07:10 +02:00
server.js