Titan
Titan
Explore posts from servers
NNuxt
Created by Titan on 11/21/2024 in #❓・help
How to define external packages in build
using both build: { transpile: ['postgres'], }, and nitro: externals: { external: ['postgres'], },
7 replies
NNuxt
Created by Titan on 11/21/2024 in #❓・help
How to define external packages in build
No description
7 replies
DTDrizzle Team
Created by Titan on 11/4/2024 in #help
pgTable This overload is deprecated. Use the other method overload instead.
No description
4 replies
NNuxt
Created by Titan on 10/29/2024 in #❓・help
[solved] Vue app aliases are not allowed in server runtime
found it, server was using a util from the client and although the function it used was pure, the file had some FE imports at the top
9 replies
NNuxt
Created by Titan on 10/29/2024 in #❓・help
[solved] Vue app aliases are not allowed in server runtime
@manniL thanks, thought as much but disabled all modules in nuxt.config.ts without success
9 replies
NNuxt
Created by Titan on 10/29/2024 in #❓・help
[solved] Add excludes to server tsconfig
found the answer: nuxt.config.ts
nitro: {
typescript: {
tsConfig: {
exclude: ['../dist/**/*', '../app-native/**/*', '../wrangler/**/*', '../.husky/**/*', '../.git/**/*']
}
}
nitro: {
typescript: {
tsConfig: {
exclude: ['../dist/**/*', '../app-native/**/*', '../wrangler/**/*', '../.husky/**/*', '../.git/**/*']
}
}
5 replies
NNuxt
Created by Robin on 4/9/2024 in #❓・help
Unit Tests for Nuxt's /server Directory
when using import getHandler from './signed-url.post' in my test
14 replies
NNuxt
Created by Robin on 4/9/2024 in #❓・help
Unit Tests for Nuxt's /server Directory
No description
14 replies