This website requires JavaScript.
Explore
Help
Register
Sign In
devproje
/
project-client
Watch
1
Star
0
Fork
You've already forked project-client
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
307051141d
project-client
/
src
/
preload
/
index.ts
4 lines
78 B
TypeScript
Raw
Normal View
History
Unescape
Escape
migrate from browser bundle to Vencord:#765
2023-04-03 03:19:46 +00:00
import
{
join
}
from
"path"
;
Add basic Vencord injection
2023-03-30 23:21:06 +00:00
migrate from browser bundle to Vencord:#765
2023-04-03 03:19:46 +00:00
require
(
join
(
__dirname
,
"Vencord/preload.js"
)
)
;
Reference in a new issue
Copy permalink