jsoncrack.com icon indicating copy to clipboard operation
jsoncrack.com copied to clipboard

fix: handle `/editor` path for nginx

Open bufgix opened this issue 3 years ago • 0 comments

I changed package manager npm to yarn because I've got an error when building the image with docker.

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined

So It's fixed when I use yarn . There is no installation step for yarn because the node:14-buster image already contains it.

I'm new to Nginx. Maybe it can be solved in a better way

Fixes #67

bufgix avatar Jul 31 '22 23:07 bufgix