max
max
Explore posts from servers
CDCloudflare Developers
Created by max on 11/11/2024 in #general-help
cloudflare proxy doesnt stream responses
No description
6 replies
DTDrizzle Team
Created by max on 9/8/2024 in #help
missing columns in typings?
thank you very much
16 replies
DTDrizzle Team
Created by max on 9/8/2024 in #help
missing columns in typings?
oh shit yeah strict works
16 replies
DTDrizzle Team
Created by max on 9/8/2024 in #help
missing columns in typings?
apologies for late reply
16 replies
DTDrizzle Team
Created by max on 9/8/2024 in #help
missing columns in typings?
{
"compilerOptions": {
"paths": {
"$lib": [
"../src/lib"
],
"$lib/*": [
"../src/lib/*"
]
},
"rootDirs": [
"..",
"./types"
],
"verbatimModuleSyntax": true,
"isolatedModules": true,
"lib": [
"esnext",
"DOM",
"DOM.Iterable"
],
"moduleResolution": "bundler",
"module": "esnext",
"noEmit": true,
"target": "esnext"
},
"include": [
"ambient.d.ts",
"non-ambient.d.ts",
"./types/**/$types.d.ts",
"../vite.config.js",
"../vite.config.ts",
"../src/**/*.js",
"../src/**/*.ts",
"../src/**/*.svelte",
"../tests/**/*.js",
"../tests/**/*.ts",
"../tests/**/*.svelte"
],
"exclude": [
"../node_modules/**",
"../src/service-worker.js",
"../src/service-worker.ts",
"../src/service-worker.d.ts"
]
}
{
"compilerOptions": {
"paths": {
"$lib": [
"../src/lib"
],
"$lib/*": [
"../src/lib/*"
]
},
"rootDirs": [
"..",
"./types"
],
"verbatimModuleSyntax": true,
"isolatedModules": true,
"lib": [
"esnext",
"DOM",
"DOM.Iterable"
],
"moduleResolution": "bundler",
"module": "esnext",
"noEmit": true,
"target": "esnext"
},
"include": [
"ambient.d.ts",
"non-ambient.d.ts",
"./types/**/$types.d.ts",
"../vite.config.js",
"../vite.config.ts",
"../src/**/*.js",
"../src/**/*.ts",
"../src/**/*.svelte",
"../tests/**/*.js",
"../tests/**/*.ts",
"../tests/**/*.svelte"
],
"exclude": [
"../node_modules/**",
"../src/service-worker.js",
"../src/service-worker.ts",
"../src/service-worker.d.ts"
]
}
16 replies
DTDrizzle Team
Created by max on 9/8/2024 in #help
missing columns in typings?
16 replies
DTDrizzle Team
Created by max on 9/8/2024 in #help
missing columns in typings?
But runtime it’s fine
16 replies
DTDrizzle Team
Created by max on 9/8/2024 in #help
missing columns in typings?
Problem is that it gives a typescript error when I try to insert with them
16 replies
DTDrizzle Team
Created by max on 9/8/2024 in #help
missing columns in typings?
No description
16 replies
DTDrizzle Team
Created by max on 8/20/2024 in #help
why can i not insert the other fields?
looks like a typings issue cause it works fine
2 replies