itslekan
itslekan
Explore posts from servers
CCConvex Community
Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
Mmhm I see. That's a little reassuring I guess. Thank you so much
13 replies
CCConvex Community
Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
Do you also happen to have any good resources for structuring databases. I'm kinda winging it
13 replies
CCConvex Community
Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
The manager can edit some tenant details so I firstly have to get the property of the tenant and see if it's manager id matches the manager's id
13 replies
CCConvex Community
Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
Mmhm It's when I have to write authorization.
13 replies
CCConvex Community
Created by itslekan on 12/17/2024 in #support-community
Database Structure Help
No just one atleast for now
13 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
yh exactly
25 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
Okay thank you so much I think I understand now
25 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
I asked the convex ai and there isn't some convex prod cli command
25 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
the prebuild says convex DEV though
25 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
it just seeds my database if something are missing
25 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
yh init runs something let's call it a migration
25 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
so specifically that prebuild
25 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
so what if I do something like this in my package.json
"scripts": {
"dev": "concurrently \"bun dev:backend\" \"bun dev:frontend\"",
"build": "next build",
"start": "next start",
"dev:backend": "convex dev",
"dev:frontend": "next dev",
"prebuild": "convex dev --run init --until-success --prod",
"predev": "convex dev --run init --until-success",
"lint": "next lint"
},
"scripts": {
"dev": "concurrently \"bun dev:backend\" \"bun dev:frontend\"",
"build": "next build",
"start": "next start",
"dev:backend": "convex dev",
"dev:frontend": "next dev",
"prebuild": "convex dev --run init --until-success --prod",
"predev": "convex dev --run init --until-success",
"lint": "next lint"
},
25 replies
CCConvex Community
Created by itslekan on 12/13/2024 in #general
My current working solution is to go to
Okay I just saw this flag --prod
25 replies