美味的小圓
美味的小圓
Explore posts from servers
DDeno
Created by 美味的小圓 on 12/12/2024 in #help
Problem about using Deno docker image
Seems that it happened on RUN deno install --allow-scripts in dockerfile
3 replies
DDeno
Created by 美味的小圓 on 12/12/2024 in #help
Problem about using Deno docker image
Already tried using image denoland/deno:alpine and denoland/deno:latest to build
3 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
And use deno run -A --env-file=.env main.ts to make deno read .env file when start up
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
This is my code:
import { drizzle } from "drizzle-orm/node-postgres";
import * as schema from "../Schema/DatabaseSchema.ts";

const dbClient = drizzle(Deno.env.get("DBURL"), { schema: { ...schema } });

export default dbClient;
import { drizzle } from "drizzle-orm/node-postgres";
import * as schema from "../Schema/DatabaseSchema.ts";

const dbClient = drizzle(Deno.env.get("DBURL"), { schema: { ...schema } });

export default dbClient;
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
:ThinkIn:
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
No problemo after I checked database connection and env file reading again
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
I use Hono & Deno
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
I don't understand either
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
Seems that this happened if it can’t connect to database
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
:animethink:
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
I remembered that I just checked connection maybe?
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
:animethink:
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
@acronie What runtime you are using?
25 replies
DTDrizzle Team
Created by acronie on 11/16/2024 in #help
`TypeError: Cannot read properties of undefined (reading 'query')`
Yeah I'm also facing this
25 replies
HHono
Created by 美味的小圓 on 11/21/2024 in #help
Any way to use @hono/auth-js without frontend?
🤔
4 replies
HHono
Created by 美味的小圓 on 11/21/2024 in #help
Any way to use @hono/auth-js without frontend?
I have already check docs of the modules, and only found that how to do that with react. I also roughly checked source code, seems that it hasn’t been implemented……?
4 replies
DDeno
Created by haroon on 10/19/2024 in #help
no intellisense for expressjs with deno lsp
// @deno-types="npm:@types/[email protected]"
// @deno-types="npm:@types/[email protected]"
4 replies
DDeno
Created by haroon on 10/19/2024 in #help
no intellisense for expressjs with deno lsp
🤔
4 replies
DDeno
Created by haroon on 10/19/2024 in #help
no intellisense for expressjs with deno lsp
Maybe you forget this line?
4 replies