1
Fork 0
solar-conflux/typescript/og-website/nodemon.json
Matei Adriel bf7e7308be
typescript(og-website): better mobile experience
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 16:27:23 +03:00

7 lines
227 B
JSON

{
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/nodemon.json",
"exec": "npm start",
"ext": "js,json,ts,css",
"ignore": ["node_modules", ".gitignore", ".vscode"]
}