π¨π Marko Bolliger <cannap>
Explore posts from serversNNuxt
β’Created by π¨π Marko Bolliger <cannap> on 9/26/2024 in #βγ»help
devtool not live updating?
2 replies
DTDrizzle Team
β’Created by π¨π Marko Bolliger <cannap> on 9/1/2024 in #help
Relation not working?
6 replies
NNuxt
β’Created by π¨π Marko Bolliger <cannap> on 7/9/2024 in #βγ»help
custom fetch type errors
4 replies
DTDrizzle Team
β’Created by π¨π Marko Bolliger <cannap> on 5/23/2024 in #help
drizzle schema type error
2 replies
NNuxt
β’Created by π¨π Marko Bolliger <cannap> on 4/16/2024 in #βγ»help
env not in useRuntimeCOnfig
NUXT_POSTGRES_DB=syncdemo
this is in my env but my runtimeCOnfig composable only shows
{
app: { baseURL: '/', buildAssetsDir: '/nuxt/', cdnURL: '' },
nitro: {
envPrefix: 'NUXT',
routeRules: {
'/__nuxt_error': [Object],
'/_nuxt/builds/meta/': [Object],
'/_nuxt/builds/': [Object]
}
},
public: {}
}
i use it inside server/utils/xx.ts
in devmode
6 replies
DTDrizzle Team
β’Created by π¨π Marko Bolliger <cannap> on 2/10/2024 in #help
drizzle studio not enough informations
HI i have this
error
throw new Error(
^
Error: There is not enough information to infer relation "public.projectTable.users"
at normalizeRelation (W:\gba\timeismoney\nodemodules.pnpm\[email protected]@[email protected]\node_modules\drizzle-orm\relations.cjs:261:9)
a nd this is my code
https://gist.github.com/cannap/49738bb22d29aab5c37d8cc88b34c85d
i cannot see what is wrong i pushed
2 replies
DTDrizzle Team
β’Created by π¨π Marko Bolliger <cannap> on 1/21/2024 in #help
drizzle-valibot async
Hi i have this issue with drizzle-valibot
https://github.com/drizzle-team/drizzle-orm/discussions/1548 i trought i just post the link here so other can also see it
1 replies
DTDrizzle Team
β’Created by π¨π Marko Bolliger <cannap> on 8/14/2023 in #help
update multiple fields
Hi is there a other way to update multiple fields
currently i do it like this
16 replies
NNuxt
β’Created by π¨π Marko Bolliger <cannap> on 11/22/2022 in #βγ»help
How to add interceptor to onFetch etc.. without creating my own useFetchWithaAuth or something
In nuxt2 with axios it was easy to extend it via Plugin or something.
but i have no clue how to do it in Nuxt 3
5 replies