Svelte kit app wont run due to ENOENT: no such file or directory

Hi, Please need help with deploying my sveltekit app. It works well on development but throws this error if I try to deploy

7:11:09 AM: [vite:load-fallback] Could not load /opt/build/repo/src/lib/MultipleBarChart/data.json (imported by src/lib/MultipleBarChart.svelte): ENOENT: no such file or directory, open “/opt/build/repo/src/lib/MultipleBarChart/data.json”

7:11:09 AM: error during build:

7:11:09 AM: Error: Could not load /opt/build/repo/src/lib/MultipleBarChart/data.json (imported by src/lib/MultipleBarChart.svelte): ENOENT: no such file or directory, open “/opt/build/repo/src/lib/MultipleBarChart/data.json”

This is my netlify url - https://endearing-alfajores-b201a1.netlify.app/
Github project repo - GitHub - Segundev/Charts_Remake_With_Svelte

My build setup with netlify.toml
command = “npm run build”
publish = “build/”
functions = “functions/”