pradeep
pradeep
Explore posts from servers
TTCTheo's Typesafe Cult
Created by pradeep on 7/10/2023 in #questions
open graph is not working
Start commenting the code until you find what pieces of code is doing that And then rewrite it
4 replies
TTCTheo's Typesafe Cult
Created by pradeep on 9/19/2023 in #questions
responsiveness with object using tailwind
Yeah i think safelist can used here i am not sure how
10 replies
TTCTheo's Typesafe Cult
Created by pradeep on 9/19/2023 in #questions
responsiveness with object using tailwind
10 replies
TTCTheo's Typesafe Cult
Created by pradeep on 9/19/2023 in #questions
responsiveness with object using tailwind
Can we do something about tailwind
10 replies
TTCTheo's Typesafe Cult
Created by pradeep on 9/19/2023 in #questions
responsiveness with object using tailwind
Yeah but sometimes it becomes messy so i am wondering if i can do something about it
10 replies
TTCTheo's Typesafe Cult
Created by pradeep on 8/16/2023 in #questions
t3-env is giving error module is not defined in ES module scope
thank you for help
6 replies
TTCTheo's Typesafe Cult
Created by pradeep on 8/16/2023 in #questions
t3-env is giving error module is not defined in ES module scope
package.json
json
{
"name": "resume-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3008",
"build": "next build ",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write",
"drizzle:generate": "drizzle-kit generate:mysql",
"drizzle:push": "node -r esbuild-register lib/db/migrate.ts",
"drizzle:studio": "drizzle-kit studio --port 3007 --verbose"
},
"dependencies": {
"@planetscale/database": "^1.10.0",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.6.0",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.28.2",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"lucide-react": "^0.268.0",
"next": "13.4.16",
"next-auth": "^4.23.1",
"nodemailer": "^6.9.4",
"postcss": "8.4.28",
"prettier": "^3.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"undici": "^5.23.0",
"zod": "^3.22.1",
"zustand": "^4.4.1"
},
"engines": {
"npm": "*",
"yarn": "use-npm",
"pnpm": "use-npm"
},
"devDependencies": {
"@types/nodemailer": "^6.4.9",
"drizzle-kit": "^0.19.12"
}
}
json
{
"name": "resume-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3008",
"build": "next build ",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write",
"drizzle:generate": "drizzle-kit generate:mysql",
"drizzle:push": "node -r esbuild-register lib/db/migrate.ts",
"drizzle:studio": "drizzle-kit studio --port 3007 --verbose"
},
"dependencies": {
"@planetscale/database": "^1.10.0",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.6.0",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.28.2",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"lucide-react": "^0.268.0",
"next": "13.4.16",
"next-auth": "^4.23.1",
"nodemailer": "^6.9.4",
"postcss": "8.4.28",
"prettier": "^3.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"undici": "^5.23.0",
"zod": "^3.22.1",
"zustand": "^4.4.1"
},
"engines": {
"npm": "*",
"yarn": "use-npm",
"pnpm": "use-npm"
},
"devDependencies": {
"@types/nodemailer": "^6.4.9",
"drizzle-kit": "^0.19.12"
}
}
6 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
okay
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
are you use app router or page router
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
this is how i did it
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
with next auth?
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
please follow some tutorial or something
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
honestly i don't know what are you doing
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
https://youtu.be/2kgqPvs0j_I?t=1060 if possible maybe watch this
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
you should go to api/auth/signin right?
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
maybe it will start working
72 replies
TTCTheo's Typesafe Cult
Created by gave_one on 8/3/2023 in #questions
I'm not really sure how to deal with this. It's a type problem.
try doing what i told you to do
72 replies