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
As a preliminary first step, something simple is needed.
Solution
Implement a chel serve command that looks something like this:
chel serve [options] <directory>
OPTIONS
-p,--port <port> set port (default: 8000)
--db-type <type> one of: files, sqlite, mem (default: mem)
--db-location <loc> for "files", a directory, for "sqlite", path to sqlite database
Note: will need to create @chelonia/lib to do this.
The text was updated successfully, but these errors were encountered:
Problem
We need the ability to serve Chelonia apps.
As a preliminary first step, something simple is needed.
Solution
Implement a
chel serve
command that looks something like this:Note: will need to create
@chelonia/lib
to do this.The text was updated successfully, but these errors were encountered: