fl0w
TTCTheo's Typesafe Cult
•Created by Path of Epoch on 5/15/2024 in #questions
(solved) How to eslint the whole project in VS Code?
btw you can use the --fix param to autofix some problems :)
7 replies
TTCTheo's Typesafe Cult
•Created by Path of Epoch on 5/15/2024 in #questions
(solved) How to eslint the whole project in VS Code?
7 replies
TTCTheo's Typesafe Cult
•Created by Path of Epoch on 5/15/2024 in #questions
(solved) How to eslint the whole project in VS Code?
@Path of Epoch
7 replies
TTCTheo's Typesafe Cult
•Created by Path of Epoch on 5/15/2024 in #questions
(solved) How to eslint the whole project in VS Code?
7 replies
TTCTheo's Typesafe Cult
•Created by Casal0x on 3/8/2024 in #questions
Change NODE_ENV convention
lets say you start your nextjs server with "npm run dev" then node / next will override NODE_ENV to
development
, same for npm run build with production
...4 replies
TTCTheo's Typesafe Cult
•Created by chrisgo on 1/29/2024 in #questions
Handling datetime format between client and db (local vs utc)
If I understand your question correctly… You could use UNIX /Epoch time stored in your db and convert that to the locale time (on the client)
3 replies
TTCTheo's Typesafe Cult
•Created by Sr Izan on 1/13/2024 in #questions
how do I rate limit on nextjs api routes on app router?
7 replies
TTCTheo's Typesafe Cult
•Created by Sr Izan on 1/13/2024 in #questions
how do I rate limit on nextjs api routes on app router?
Take a look at this:
https://nextjs-rate-limit.vercel.app/
https://github.com/vercel/next.js/tree/canary/examples/api-routes-rate-limit
should work on app router too
7 replies