Skip to content

Commit

Permalink
fix: optimizedDeps for vjsf
Browse files Browse the repository at this point in the history
  • Loading branch information
BatLeDev committed Nov 4, 2024
1 parent be9b4a4 commit a429ce2
Show file tree
Hide file tree
Showing 12 changed files with 412 additions and 529 deletions.
2 changes: 2 additions & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"@data-fair/lib-express": "^1.7.1",
"@data-fair/lib-node": "^1.4.0",
"@data-fair/lib-utils": "^1.1.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"config": "^3.3.12",
"cron": "^3.1.8",
"crypto-random-string": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions dev/resources/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ http {
proxy_read_timeout 86400;

location = / {
return 302 /processings/processings;
return 302 /processings/dev;
}

location = /processings/ {
return 302 /processings/processings;
return 302 /processings/dev;
}

location /processings/api/ {
Expand Down
Loading

0 comments on commit a429ce2

Please sign in to comment.