Fix build version of the project because of web workers

This commit is contained in:
Eric NGUYEN 2022-08-17 17:47:16 +02:00
parent 2945febd91
commit c7bc77b08f
4 changed files with 4 additions and 5 deletions

View file

@ -6,7 +6,8 @@ The project is structured this way
.
├── docs/ Documentation folder
├── public/ Public folder in which the index.html
│ import its resources
│ │ import its resources
│ └── workers/ Webworkers folder
├── src/ Source folder for the react app
│ ├── assets/ Assets folder in which the react app
│ │ import its resources
@ -17,7 +18,6 @@ The project is structured this way
│ ├── test/ Setup folder for the tests
│ ├── tests/ Other tests + resources
│ ├── utils/ Utilities folder
│ ├── workers/ Webworkers folder
│ ├── index.scss Tailwind CSS extends
│ ├── main.tsx Entrypoint for App injection
│ └── vite-env.d.ts Types for .env files