This website requires JavaScript.
Explore
Help
Sign In
spt
/
server
Watch
0
Star
0
Fork
0
You've already forked server
mirror of
https://github.com/sp-tarkov/server.git
synced
2025-02-13 09:50:43 -05:00
Code
server
/
project
/
src
/
di
/
OnLoad.ts
6 lines
79 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
export
interface
OnLoad
Add Repo
2023-03-03 15:23:46 +00:00
{
ESLint Pass This is the first pass of ESLint on the codebase. ESLint formatting is less strict when it comes to line-length and line-breaks then dprint/biome, so if you see formatting that you don't like... fix it! It shouldn't require a configuration change. - This should merge clean into master (when the time comes). - This will not merge clean into `3.9.0-DEV`, but the conflicts aren't that bad.
2024-05-07 23:57:08 -04:00
onLoad
(
)
:
Promise
<
void
>
getRoute
(
)
:
string
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
}
Copy Permalink