fix fuzzy search result - to be array as well

This commit is contained in:
Dobromir Popov
2024-02-27 02:44:58 +02:00
parent 5bc7d1ad22
commit af4923ba20
5 changed files with 17 additions and 11 deletions

View File

@ -1,7 +1,12 @@
NODE_TLS_REJECT_UNAUTHORIZED=0
# NODE_EXTRA_CA_CERTS=C:\\Users\\popov\\AppData\\Local\\mkcert
NEXT_PUBLIC_PROTOCOL=http
NEXT_PUBLIC_HOST=localhost
NEXT_PUBLIC_PORT=3003
NEXTAUTH_URL=http://localhost:3003
SSL_ENABLED=true
NEXT_PUBLIC_PORT=3004
SSL_KEY=./certificates/localhost-key.pem
SSL_CERT=./certificates/localhost.pem