老叶 (Lǎo Yè)
老叶 (Lǎo Yè)
✨ replace `http` module with `abc` module; 📦 bump `std` package module to `0.63.0`; ♿️ made some improvements on frontend to be compatible with dynamic endpoints (e.g `ngrok`); had some...
Hi I noticed PEPS uses mongodb, I've actually already have a mongodb setup on the host. is there configuration to use the existing mongodb
Hi, Does this work on windows?
when performing docker build, sometimes you need service container running such as `mariadb`, when doing `magento` build e.g. ```bash docker build --add-host mariadb:`docker inspect -f '{{.NetworkSettings.IPAddress}}' mariadb` -t magento_app. ```...