bf7e7308be
Signed-off-by: prescientmoon <git@moonythm.dev>
7 lines
227 B
JSON
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"]
|
|
}
|