Skip to content

Instantly share code, notes, and snippets.

@9oelM
Created March 21, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9oelM/bd57dcec4a6bf41032b6b460cc86b71f to your computer and use it in GitHub Desktop.
Save 9oelM/bd57dcec4a6bf41032b6b460cc86b71f to your computer and use it in GitHub Desktop.
{
"devDependencies": {
"@types/node": "^14.14.32",
"concurrently": "^6.0.0",
"lerna": "^4.0.0",
"nodemon": "^2.0.7",
},
"scripts": {
"start": "concurrently \"npm run watch\" \"npm run api\"",
"watch": "nodemon",
"api": "sam local start-api"
},
"name": "server"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment