| 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 | */ |
| 4 | import fs from 'node:fs'; | 4 | import fs from 'node:fs'; |
| 5 | import path from 'node:path/posix'; // Windows can handle Unix paths, but not vice-versa | 5 | import path from 'node:path'; |
| 6 | import crypto from 'node:crypto'; | 6 | import crypto from 'node:crypto'; |
| 7 | import process from 'node:process'; | 7 | import process from 'node:process'; |
| 8 | import yaml from 'yaml'; | 8 | import yaml from 'yaml'; |