caltechlibrary / cold

Controlled Object Lists Daemon
https://caltechlibrary.github.io/cold/
Other
1 stars 0 forks source link

command line option `-baseUrl` not being picked up #52

Open rsdoiel opened 1 week ago

rsdoiel commented 1 week ago

When I setup production with release v0.0.12 the -baseUrl option doesn't get pickup by the cold middle ware service. That means I had to put the directory_client.js in App's main htdocs directory. This shouldn't be required as it will make managing cold updates cumbersome over time. Need to result that so brower side JavaScript is easily update with each release and deployment.

rsdoiel commented 1 week ago

Looks like it is not properly propagating from the cold.ts main function through the resolution of the people_edit.hbs file. That could be due to a typo someplace or through the defaults overwriting the option being set at the command line.