kinqdos

Results 21 comments of kinqdos

> How to parse postcss, tailwind configuration file is not determined by vite or electron-vite. For example, postcss is parsed through the `postcss-load-config` plugin, which can be configured through the...

This is not what I meant, isn't it possible to just start vite renderer directory? For example in my web projects, I have an app/ directory and ui/ directory. And...

So no chance to achieve what I want? Everyone has to mix config files from the renderer and the main process at the project root?

Same issue here

No don't get me wrong I like that the nitrogen folder is at the root. But the `build.gradle` as well as the `CMakeLists.txt` is located under `android/app` and the generated...

So any chance to get a workaround for this?

Same problem here I use the new paper brigardier api. But I think it has something to do with the whole rewrite of command system by paper

Here are some example use cases: ```typescript const [notificationsEnabled, setNotificationsEnabled] = useMMKVBoolean("notifications-enabled", true) // Enable notifications by default const [theme, setTheme] = useMMKVString("theme", "system") // Use system theme by default...