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 @@
2 * Scripts to be done before starting the server for the first time.2 * Scripts to be done before starting the server for the first time.
3 */3 */
4import fs from 'node:fs';4import fs from 'node:fs';
5import path from 'node:path/posix'; // Windows can handle Unix paths, but not vice-versa5import path from 'node:path';
6import crypto from 'node:crypto';6import crypto from 'node:crypto';
7import process from 'node:process';7import process from 'node:process';
8import yaml from 'yaml';8import yaml from 'yaml';