This website works better with JavaScript.
Home
Explore
Help
Sign In
cziermann
/
Papoh
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
2
Commits
1
Branch
Branch:
master
Papoh
/
node_modules
/
nodemon
/
lib
/
monitor
/
index.js
5 lines
82B
Raw
Permalink
Blame
History
module
.exports = {
run
:
require
(
'./run'
),
watch
:
require
(
'./watch'
).watch,
};