Jamaluddin Rumi
Jamaluddin Rumi
### Version ------------------------------ - Operating System: `Darwin` - Node Version: `v16.15.0` - Nuxt Version: `3.0.0-rc.1-27525381.1f8e3e2` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `typescript`, `publicRuntimeConfig`, `privateRuntimeConfig`, `css`, `buildModules`,...
``` /** @type {import('tailwindcss').Config} */ module.exports = { content: [ "storyblok/**/*.{vue,js}", "components/**/*.{vue,js}", "pages/**/*.vue", ], theme: { extend: {}, }, plugins: [ require("daisyui"), ], }; ``` make tailwind intellisense not work....
it's crucial for setting up proxy server config first before we can use proxy server from this package so, for a newbie, it's more guidance if we are also give...
as a user, we should be allowed to extends & overrides given `biome.json`. [Extend biome.json from a library](https://biomejs.dev/guides/how-biome-works/#extend-biomejson-from-a-library)
**[UPDATED]** ### Environment ------------------------------ - Operating System: Darwin - Node Version: v22.14.0 - Nuxt Version: - - CLI Version: 3.22.5 - Nitro Version: 2.11.1 - Package Manager: [email protected] - Builder:...
``` [Bun.serve]: request timed out after 10 seconds. Pass `idleTimeout` to configure. ``` we need to be able to configure idle timeout for bun runtime, because if there are any...