Open NouraldinS opened 6 years ago
https://github.com/FACG4/w6_Stop_Go_Cont/blob/3cf9b4008ca7f119d676bbcf6cd25768b172b865/src/database/db_build.js#L5
path.join is a useful function that makes your server runnable on both Linux and windows, this way, your code would never run on windows without refactoring.
path.join
https://github.com/FACG4/w6_Stop_Go_Cont/blob/3cf9b4008ca7f119d676bbcf6cd25768b172b865/src/database/db_build.js#L5
path.join
is a useful function that makes your server runnable on both Linux and windows, this way, your code would never run on windows without refactoring.