Kaito Queiroz

Results 3 comments of Kaito Queiroz

The migration script is trying to create the "cart" table. If you already copied the database to your local database, why you need to run seed?

The same happened to our CD process today when it ran `wrangler publish path/to/index.js --config path/to/wrangler.toml` we run the same command for a long time and it never failed like...

I checked the h3 framework documentation and figured out why the second `registerEndpoint` doesn't seem to work. Also checked the code about how h3 registerEndpoint is implemented. This is because...