Are we still using gulp to building static files in local setuo, since gulp build not working for me
Nope.
What are we using then π ? (just reloading the docker will do)?
Please send some doc for reference if you have
Thanks
The front end code is embedded into the appwrite repo as a submodule at app/console. The front end code is here: https://github.com/appwrite/console
@pranjalg13 checking to see if you are good so we can close this topic π
yes please, will raise a pr to fix the documentation
[SOLVED] Are we still using gulp to building static files in local setup?
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iβm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...