ApiLogicServer / ApiLogicServer-src

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

Starting Manager on prior install fails #58

Open valhuber opened 1 month ago

valhuber commented 1 month 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.