What's is the recommended way to do DB migrations, when deploying to vercel?
Now I do the migration right after building the app, here is my build command:
Is this approach fine, or is there some gotchas? What's the recommended way to solve it? Couldn't find info in docs
vinxi build && drizzle-kit pushIs this approach fine, or is there some gotchas? What's the recommended way to solve it? Couldn't find info in docs