Skip to content

Commit

Permalink
Remove legacy vercel configs
Browse files Browse the repository at this point in the history
  • Loading branch information
floogulinc committed Feb 5, 2022
1 parent 5fffbad commit fad5421
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"now-build": "npm run build -- --configuration production --output-path dist"
},
"license": "MIT",
"engines": {
"node": ">=10.9.0"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.2.1",
Expand Down
6 changes: 0 additions & 6 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
"name": "hydrus-web",
"alias": "hydrus.app",
"public": true,
"builds": [
{
"src": "package.json",
"use": "@vercel/static-build"
}
],
"routes": [
{
"src": "/(.*\\..*)",
Expand Down

0 comments on commit fad5421

Please sign in to comment.