sonia-auv / octopus-telemetry

The telemetry is a web app to control and monitor the AUVs.
GNU General Public License v3.0
2 stars 1 forks source link

Move src/src into src/ #79

Closed laurentboisvert closed 3 years ago

laurentboisvert commented 3 years ago

Warning : Before creating a pull request, make sure that it does not already exists in the pull requests. Thank you.

Description

Moves the code from src/src/**/* into src/**/*

Fixes

Link all the related issues from the issue tracker

How has this been tested ?

# from project root directory (you might have to install dependencies again)
npm install --legacy-peer-deps
npm run start

Checklist