yourny🤫🧏🏼
Explore posts from serversTTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 11/10/2023 in #questions
Planetscale alternative
How can I install it on windows?
11 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 11/10/2023 in #questions
Planetscale alternative
And
11 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 11/10/2023 in #questions
Planetscale alternative
Oh ok
11 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 11/10/2023 in #questions
Planetscale alternative
Where do I find the connection string?
11 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 8/7/2023 in #questions
the URL must start with file:
well, i was trying while my server was running lol
17 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 8/7/2023 in #questions
the URL must start with file:
thx
17 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 8/7/2023 in #questions
the URL must start with file:
i'll give it a try
17 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 8/7/2023 in #questions
the URL must start with file:
what can i do
17 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 8/7/2023 in #questions
the URL must start with file:
17 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 8/7/2023 in #questions
the URL must start with file:
That's my schema
17 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 8/7/2023 in #questions
the URL must start with file:
datasource db {
provider = "mysql"
url = env("DATABASE_URL")
relationMode = "prisma"
}
generator client {
provider = "prisma-client-js"
}
model User {
id Int @id @default(autoincrement())
email String @unique @map("user_email")
password String @map("hashed_password")
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}
17 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
Maybe there's some compatibility problem with the new version
32 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
I installed 13.2.4 and It's working
32 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
^ just updated to 13.4.2 but still getting the error
32 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
Deploying btw
32 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
13.4.1
32 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
@Slogged what if I create a sandbox of the project?
32 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
what a lsp error is?
32 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
npm run dev works
npm run build doesn't
32 replies
TTCTheo's Typesafe Cult
•Created by yourny🤫🧏🏼 on 5/10/2023 in #questions
'Component' cannot be used as a JSX component.
due to that error
32 replies