Skip to content
Snippets Groups Projects
Commit b7cdd582 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

feat(api-mock): add package.json for api

parent 55dad9d9
No related branches found
No related tags found
1 merge request!11Recette
{
"name": "pamn-mock-api",
"version": "0.0.0",
"scripts": {
"api": "json-server api/db.json --routes api/routes.json --no-cors=true"
},
"private": true,
"dependencies": {
"json-server": "^0.16.2",
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment