I am trying to create a seperate config file.
I have tried to create a .js file but it didnt build it.
I want now to create a config file where i can edit the api url after i builded it. So i can edit the const everytime on the live environment
The first solution from Nico didn't solved my problem because i want it to create a complete new File which i can edit freely after i build my project. This only create it somewhere inside the dist folder where i cant find it.