ApiLogicServer / ApiLogicServer-src

Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, customize with declarative rules and Python in your IDE, containerize and deploy.
https://apilogicserver.github.io/Docs/
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Starting Manager on prior install fails #58

Open valhuber opened 5 months ago

valhuber commented 5 months ago

This is due to the introduction of `.env'.

You get around this with:

als start --clean

The --clean option will not destroy projects/files you have created.