Claudio Cicali
Claudio Cicali
At the beginning of the readme it says "automatically rebuilds whenever files change in development", but it's not working for me.
Great work, and... finally! Let's hope this will be merged LGTM!
In your `env.production` set `REDIS_HOST=redis` Using docker-compose, the name of the "host" must match the name of the image running redis. Same for the `DB_HOST=db`
@Austio it would be awesome indeed to have a docker-compose setup to run a "light" development instance. I am working on a MacBookPro M1 and unfortunately, the Vagrant option doesn't...
In case someone is interested, I wrote a guide to run a dev environment in a MacBookPro M1 (pro / max) https://gist.github.com/claudioc/5b245d15677f27db36d07fc089ad0945
I tried looking into a way to make __dirname always available but it's not trivial, since ideally one should check the presence of "import.meta" and if it's there, then use...
@mcollina can you please introduce pre-processor instructions to Nodejs? :D #ifdef ESM const __dirname = ... #endif Done! ;) Seriously though, do you know why testing for the availability of...
Unfortunately I don't use Windows (and not even PHP anymore...), so I can only guess: the problem relies on the memory that the `php` process uses and it's not enough....