Skip to content

Commit

Permalink
Remove deprecated static folder (#10632)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelalmeidatk committed Feb 21, 2020
1 parent 830090a commit ee7ea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-server-typescript/nodemon.json
@@ -1,5 +1,5 @@
{
"watch": ["server", "static"],
"watch": ["server"],
"exec": "ts-node --project tsconfig.server.json server/index.ts",
"ext": "js ts"
}

0 comments on commit ee7ea03

Please sign in to comment.