Fachri Hawari
Fachri Hawari
@jpcodr you can create function like below ```typescript export function withTheme( data: StyleSheetData, name?: N, ): Function { const resolvedName = name || data.appearanceProvider() const theme = data.themes[resolvedName] if (!theme)...
@frederikhors I love svelte, and wanna made something with svelte+watermelondb, mind to share how you made it works? thanks in advanced
I try to make the `webpack` & `dotenv` version the same like on the `react-scripts` and it works
> @fachrihawari why is Type Safety just implemented on all method? it's still a draft PR, not yet finished
Hi @DeVoresyah, did you mean a Coolify template based on this https://github.com/payloadcms/payload/blob/main/templates/blank?
I'll try to take a look
if you want to do something like that @DeVoresyah you can simply add a Dockerfile or docker-compose to your project, here's the official documentation: https://payloadcms.com/docs/production/deployment#docker-compose
Coolify is already able to do automatic deployment when new commits pushed @DeVoresyah
@DeVoresyah sorry, I guess I gave you a bad explanation, what I mean is, if you have a PayloadCMS project, you can add a `Dockerfile` and `docker-compose.yml` to your project...