Aleks Rūtiņš
Aleks Rūtiņš
> ```Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.``` Looks like there was trouble starting a thread in V8. I don't know why that would be, though, unless Gitpod has a...
Try setting `NIXPACKS_APT_PKGS=libmysqlclient-dev` as an environment variable.
As far as I'm aware, this is just a connector.
Try `libmariadb-dev` instead.
Try `libmariadb-dev-compat`.
Try `NIXPACKS_LIBS=libmysqlclient` or `libmysqlclient.so` or `libmysqlclient.a`.
Try `NIXPACKS_PKGS=libmysqlclient` (*not* `NIXPACKS_APT_PKGS`) and `NIXPACKS_LIBS=libmysqlclient`.
> Any docs for this? See: https://nixpacks.com/docs/providers/node
I can work on this.
Hmm... It's supposed to fall back to `node_modules` and `.git` if no `.railwayignore` is found: https://github.com/railwayapp/cli/blob/64f6a1715d226ffd48af887687f6796134325624/controller/up.go#L29-L34 I hope I didn't break anything.