Basically I currently have config files that set up a number of constants for use in the different client/server/startup scripts but it's becoming a pain having 3 different config.js files (one in startup_scripts, one in client_scripts and one in server_scripts). They all contain the exact same information.
Is there any way I could move this config file to the directory above (just the kubejs directory or wherever really) and load it in within each respective side script? I'm using forge 1.16.5 if that changes anything.
Neither require() nor import seem to work





