Revert `path/posix` to `path` in `post-install.js`

9e54070c1d6176fe4fa2e21e523ba14507d0349f

Spappz <34202141+Spappz@users.noreply.github.com>

Signed
1 files changed, +1 -1Showing whitespace changes
post-install.js+1 -1
@@ -2,7 +2,7 @@
22 * Scripts to be done before starting the server for the first time.
33 */
44import fs from 'node:fs';
55import path from 'node:path/posix'; // Windows can handle Unix paths, but not vice-versa
66import crypto from 'node:crypto';
77import process from 'node:process';
88import yaml from 'yaml';