built project using create-t3-app. did some small extra stuff (pointing prisma to supabase db, changed discord auth to google auth) installed sst so i didn't need to run it from npx package.json:
"backend:dev": "sst dev", "frontend:dev": "sst bind next dev",
"backend:dev": "sst dev", "frontend:dev": "sst bind next dev",
When I go to run the app I run (from the main folder) "npm run backend:dev", and afterwords "npm run frontend:dev" in another terminal.
(I'm not sure if these naming conventions for the scripts are really correct, since in the "backend" terminal it shows publishing the Site and the "frontend" terminal it shows the prisma:query which i would also expect to be on a backend but you know.)
biggest problem though is that it doesn't hotreload on any changes, i have to ctrl+c to exit and run them again to see my changes.
Anything obvious I'm doing wrong here?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community