Skip to content

Commit

Permalink
refactor: source directory;
Browse files Browse the repository at this point in the history
  • Loading branch information
rosendolu committed Jul 13, 2024
1 parent d740eec commit 6914ae5
Show file tree
Hide file tree
Showing 31 changed files with 1,044 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"source.sortImports": "always",
"source.fixAll.eslint": "always"
},
"cSpell.words": ["rosendofun"],
"cSpell.words": ["MACD", "rosendofun"],
"outline.showConstants": false,
"breadcrumbs.showConstants": false,
"emmet.includeLanguages": {
Expand Down
64 changes: 0 additions & 64 deletions app/common/utils.js

This file was deleted.

2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
name: 'rosendofun.service',
// watch: ['app', '.env', '.env.local'],
// "ignore_watch":['static','script'],
script: './app/index.js',
script: './src/app.js',
},
],
};
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"restartable": "rs",
"ignore": [".git", "node_modules/*", "local/*", "script/*", ".vscode/**/*", "./dist/**/*"],
"verbose": true,
"watch": ["./app"],
"watch": ["./src"],
"env": {
"NODE_ENV": "dev"
},
Expand Down
Loading

0 comments on commit 6914ae5

Please sign in to comment.