I thought the startup folder in ./imports
was just a naming convention, but is there something special about it? I can’t seem to import a file from startup…
I have the following folders in ./imports
folder:
- api
- startup
- modules
- ui
I can’t seem to import a file in startup folder into a file in my modules folder. I’m getting a:
cannot find module '../../startup/client/ApolloClient.js'
when I try to import that file in a file located in modules directory. I’m 99.99% sure the path is correct… is it not possible to use anything initialized from that folder outside the startup folder?