Skip to content

Commit

Permalink
Define pasta padRão como server
Browse files Browse the repository at this point in the history
  • Loading branch information
renatofreire committed Jan 24, 2024
1 parent 85de270 commit 44fd933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ This action evaluate Tryber projects with [Cypress](https://www.npmjs.com/packag

- `json-server-db`

**Default: db.json**
**Default: ./server/db.json**

Define json-server db file.

- `json-server-routes`

**Default: routes.json**
**Default: ./server/routes.json**

Define json-server routes file.

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ inputs:
default: "3050"
json-server-db:
description: "Define json-server db file"
default: "db.json"
default: "./server/db.json"
json-server-routes:
description: "Define json-server route file"
default: "routes.json"
default: "./server/routes.json"

outputs:
result:
Expand Down

0 comments on commit 44fd933

Please sign in to comment.