Commit Graph

15 Commits

Author SHA1 Message Date
Miralem Drek
0eddfde6ae chore(deps): update major, minor and patch (#399) 2020-04-06 14:04:15 +02:00
Christoffer Åström
2424275497 chore: support running browserless locally (#359)
To be able to use the browserless docker run:
nebula serve --host "0.0.0.0" --disable-host-check --enigma.host "host.docker.internal"

Running integration tests with:
APP_ID="the-app-id" BASE_URL="http://host.docker.internal:8000" yarn test:integration --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch
2020-03-16 16:05:01 +01:00
Christoffer Åström
ac875464bd fix: load remote supernova (#345)
Bump engine version
2020-03-11 09:06:40 +01:00
Tobias Linsefors
7c9ebf6780 refactor(cli-serve): use path.basename (#305) 2020-02-11 11:00:39 +01:00
Miralem Drek
a36a7f1437 fix(cli-serve): fix path separator on windows (#303) 2020-02-10 15:41:35 +01:00
Miralem Drek
21541802f3 refactor: make supernova a peer dependency (#268)
BREAKING CHANGE: supernova peer dependency
2020-01-24 10:23:40 +01:00
Miralem Drek
a08cf8ccd8 feat(cli-serve): improve remote configs (#245) 2019-12-18 19:03:45 +01:00
Miralem Drek
33204510b2 feat(cli-serve): custom watch on build (#178) 2019-11-15 17:36:16 +01:00
Miralem Drek
0a1b5c60af feat(cli-build): support config (#155) 2019-10-31 12:53:52 +01:00
Miralem Drek
ed4d9e5ba6 fix(cli-serve): include init-config in package 2019-10-23 10:20:51 +02:00
Miralem Drek
32862bb1d4 feat(cli-serve): serve custom themes (#145) 2019-10-22 20:09:51 +02:00
Christoffer Åström
f442cd5826 feat: support elastic backend (#124)
* feat: support elastic backend

* refactor: cleanup code
2019-10-03 09:01:24 +02:00
Miralem Drek
aad5603e05 feat(cli-serve): specify type alias 2019-09-26 16:38:46 +02:00
Christoffer Åström
3ca17870f0 fix: ensure gracefully docker start and stop (#96)
Remove unnecessary `execa` dependency
Add `ACCEPT_EULA` in `serve` command with `-a` alias
2019-08-28 13:03:50 +02:00
Christoffer Åström
a57abf1ead refactor: internal packages structure (#94)
* refactor: internal packages structure

* refactor: internal packages structure
2019-08-27 09:57:04 +02:00