You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
additional note: do not import big .json files directly in .ts/.js (it gets inlined into js bundle in this case)
-import myJson from './myJson.json'
move .json to asset-pack resource and read it using alt.File.read on clientside and fs on serverside (alt.File doesn't work on serverside at this moment)
https://discord.com/channels/371265202378899476/576771706119520287/1094333403081486476
Temp fix:
The text was updated successfully, but these errors were encountered: