Hi,
I have a C3 game, with custom js. At the beginning of my main.js file, I import another file:
import Globals from "./globals.js";
This line is making the game break and gives a 403 error. How can I make that path relative? I'm a js newbie.
Thanks!