Stuyk / rebar-altv

Accelerate your game mode development with a simple alt:V framework written in TypeScript.
https://rebarv.com/
47 stars 24 forks source link

Resolve issues of pnpm dev with dependencies.json #72

Closed Booster1212 closed 1 month ago

Booster1212 commented 1 month ago

If you have an Vue file which is trying to import before the script run it will result in an error, since the package can't be access yet. (My guess?)