FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-ex-ts/nodemon.json at master · lfir/node-ex-ts · GitHub
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
lfir
/
node-ex-ts
Public archive
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
0
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
node-ex-ts
/
nodemon.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (6 loc) · 114 Bytes
Breadcrumbs
node-ex-ts
/
nodemon.json
Copy path
File metadata and controls
6 lines (6 loc) · 114 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
{
"watch"
: [
"
./.env
"
,
"
src
"
],
"ext"
:
"
ts
"
,
"ignore"
: [
"
src/**/*.spec.ts
"
],
"exec"
:
"
npm start
"
}
Back
|
FazBrowse Home
|
New Git URL