5fd0d92187
also used streaming when redis is disabled for faster response.
42 lines
No EOL
388 B
Text
42 lines
No EOL
388 B
Text
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
#just dev stuff
|
|
dev/*
|
|
|
|
# other lockfiles
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
# docker
|
|
docker-compose.yml
|
|
dump.rdb |