mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
337 B
337 B
applyTo
| applyTo |
|---|
| ** |
Building and Compiling
If you would like to compile or build any project. Please cd into the directory and run the following command:
npm run compile
Ths will make sure there are no type / syntax errors.
Typescript Types.
Please do not use "any" types. Please create proper types where required.