ofvp_Server/.vscode/tasks.json
Matheus Sampaio Queiroga b87b9d00c3
Dashboard (v2.5) (#57)
This is a pull request that will add a simple Dashboard, plus a little restructuring of the folders.

This pull request is bringing a big change to Mongoose's schemas and later there will be a script to migrate it.

# Git Commit messages

* Code init

* Add node_env in docker ci/C's test

* Create global.css

* Push Code

* Cookies

* Fix Cookie Auth

* Code Changes

* Dashboard: Change Login and Lougout and Add navbar

* Dashboard: Change Login and Lougout and Add navbar

* change to Routes

* Dashboard: Users

* Dashboard Changes

* Devcontainer

* Push

* Push

* Devcontainer

* Changes to Service Init

* Push

* Init move mongo scripts

* Remote await in ServiceInit

* Push

* Change Mongo and Schema and Encrypt mode.

* Dashboard: SSH Monitor init.

* Push

* Update Dockerfile

* Dashboard
2022-01-25 23:33:09 -03:00

14 lines
186 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "node",
"type": "shell",
"args": [
"dev.js",
"--build"
]
}
]
}