You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
watch doesn't seem to like when you nest cartridges in a folder
my cartridges are in a directory call cartridges in the root of the project. The create function has located them but the watch function is not searching in the correct directory for the listed cartidges.
Adding the full path to the cartridges array uploads the parent /cartridge directory
It seems the the config file is needed to be in the same directory as the cartridges
i tried the following but it cannot find the config file
watch doesn't seem to like when you nest cartridges in a folder
my cartridges are in a directory call cartridges in the root of the project. The create function has located them but the watch function is not searching in the correct directory for the listed cartidges.
Adding the full path to the cartridges array uploads the parent /cartridge directory
It seems the the config file is needed to be in the same directory as the cartridges
i tried the following but it cannot find the config file
(cd cartridges && npx davos watch --config ../davos.json)
The text was updated successfully, but these errors were encountered: