A filesystem watcher for local Dreamtsoft codebases. Keeps local changes in sync with the Dreamtsoft filesystem.
Install lucidly globally.
yarn add global lucidlyAdd lucidly configuration to your package.json.
{
"lucidly": {
"access": {
"url": "https://foo.dreamtsoft.com",
"space": "Bar",
"bundle": "baz",
"username": "tim",
"password": "timrox"
}
}
}lucidly