Through Velo development screen, that simple line of of code:
import { projectSQL } from ‘backend/data’ ;
Is providing this message:
“‘projectSQL’ is declared but its value is never read.
Cannot find module ‘backend/data’ or its corresponding type declarations.”
Also at the run time, I received this one:
Cannot find module ‘backend/data’ in ‘public/pages/on68k.js’
Can somebody give me any clue