dbos-inc / dbos-transact

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
335 stars 22 forks source link

Configurable Application Directory #428

Closed kraftp closed 3 months ago

kraftp commented 3 months ago

Allow specifying an application directory in npx dbos start to launch the application in that directory.

npx dbos start --appDir <path/to/application>

Deprecate the previous --configFile option, which had confusing semantics. Addresses https://github.com/dbos-inc/dbos-transact/issues/399.