typicode
typicode
Hi, so I've done some tests with your repo and it seems like that I get the error only when mysql is not installed. Can you try running `brew install...
I agree that's weird and don't know either why it makes a difference. Personally, I always use `brew` to install everything. I'll try to make some more tests, if you...
Hi, I've just published v5 which has been tested with Vite and should work. Feel free to reopen if it doesn't, I'll have a look.
Hi @fvictorio, Thank you, glad you like the project :) and thanks for the quick fix. `node-unquote` was added at the beginning of the project maybe there's a better way...
JSON Server automatically convert query parameters to their native type. For example, `propA=true&propB=1` will be converted internally to `1` and `true` (instead of `"1"` and `"true"`) This way, in your...
Closing as the issue is old, and issue may have been solved since then. Feel free to reopen if needed :+1:
You can search also "how to remove item from array". There's different way so I won't list them but something like that `db.data = db.data.filter(/*...*/)` can work.
Hey, Sorry for the late reply. As part of v4/v5 update, I went ahead and simply removed `global`. I tested it and it works in Vite and CodeSandbox (with .js)....
Thanks @thetutlage :) glad you like it. Not sure to know how `files` field relate to `.npmrc`? Could you point me to some docs? Also a basic `package.json` and `.npmrc`...
Thanks for the heads up. This is a bit of an edge-case that doesn't have an automatic setup yet, however all instructions can be found here: https://typicode.github.io/husky/#/?id=custom-directory An option to...