なるこです☄
なるこです☄
Explore posts from servers
NNuxt
Created by なるこです☄ on 4/24/2025 in #❓・help
UI v3 toaster position settings in app.config.ts
How to set default position in app.config.ts Is this right way?
export default defineAppConfig({
toaster: { position: "top-right", duration: 0 },
theme: {
radius: 0.5,
blackAsPrimary: false,
},
ui: {
colors: {
primary: "sky",
neutral: "slate",
},
},
})
export default defineAppConfig({
toaster: { position: "top-right", duration: 0 },
theme: {
radius: 0.5,
blackAsPrimary: false,
},
ui: {
colors: {
primary: "sky",
neutral: "slate",
},
},
})
Nuxt version info
- Operating System: `Darwin`
- Node Version: `v22.6.0`
- Nuxt Version: `3.16.2`
- CLI Version: `3.25.0`
- Nitro Version: `2.11.9`
- Package Manager: `[email protected]`
- Builder: `-`
- User Config: `compatibilityDate`, `css`, `devtools`, `modules`
- Runtime Modules: `@nuxt/[email protected]`, `@nuxt/[email protected]`, `@nuxt/[email protected]`
- Build Modules: `-`
- Operating System: `Darwin`
- Node Version: `v22.6.0`
- Nuxt Version: `3.16.2`
- CLI Version: `3.25.0`
- Nitro Version: `2.11.9`
- Package Manager: `[email protected]`
- Builder: `-`
- User Config: `compatibilityDate`, `css`, `devtools`, `modules`
- Runtime Modules: `@nuxt/[email protected]`, `@nuxt/[email protected]`, `@nuxt/[email protected]`
- Build Modules: `-`
9 replies
PPrisma
Created by なるこです☄ on 9/22/2024 in #help-and-questions
@prisma/nuxt with bun stuck on generating prisma client
I'm using bun to development my site. When I tried to run command bun run dev(It run nuxt dev) And it stuck on Grnerating Prisma client... Here's module I use
...
modules: [
'@nuxt/eslint',
'@nuxtjs/i18n',
'@nuxt/ui',
'@nuxt/image',
'@prisma/nuxt'
],
...
...
modules: [
'@nuxt/eslint',
'@nuxtjs/i18n',
'@nuxt/ui',
'@nuxt/image',
'@prisma/nuxt'
],
...
When I use npm or yarn run it won't stuck
2 replies