Revert `path/posix` to `path` in `post-install.js`
Signed| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | * Scripts to be done before starting the server for the first time. |
| 3 | 3 | */ |
| 4 | 4 | import fs from 'node:fs'; |
| 5 | 5 | import path from 'node:path/posix'; // Windows can handle Unix paths, but not vice-versa |
| 6 | 6 | import crypto from 'node:crypto'; |
| 7 | 7 | import process from 'node:process'; |
| 8 | 8 | import yaml from 'yaml'; |