Gabriel Lucena

Results 8 comments of Gabriel Lucena

Use `drizzle-kit generate:pg` instead

I didn't define the path on the cli call, because I use the drizzle.config.ts configuration: ``` import { serverEnv } from "@/envServer.mjs" import type { Config } from "drizzle-kit" export...

Hello, Katt, thank you for you quick reply! It seem's that you're looking at the main branch. The repo has a feat/cors branch with the described issue. Would it be...

> This issue was posted in the SST Discord as well, it's most likely a problem caused by SST Ion because it sets a default CORS configuration on AWS Lambda...

@juliusmarminge, I have a local branch that enables debugging in vscode, I'd love to create a PR for this feature, but I need to figure out how to do it....

Forked repo with the changes: clone the repo, change `.env.example` to `.env`, run `pnpm db:generate`, place your break points, hit `F5` https://github.com/gnllucena/create-t3-turbo-debugging

I have a monorepo with two different apps of the same ecosystem. One is a Next.js website, and the other is a WebSocket API that is deployed once for each...

Next.Js website (stack created by `sst.config.ts`) has a feature that every time it's triggered, it triggers a github workflow run. This workflow will now run the same `sst.config.ts` file, but...