8f6fd33b77
chore: fix static/data for 'npm run build'
...
Previously, buildConfig.json was loaded from build/static/data while cache files were loaded from static/data.
Now all files are loaded from static/data and there is no build/static/data folder anymore.
2024-12-29 23:54:00 +01:00
066d07f8ba
fix: incomplete regex for stripped assets ( #614 )
2024-12-23 02:29:16 +01:00
987b05a334
chore: update express to v5 ( #599 )
2024-12-22 15:42:24 +01:00
d824b83cf9
feat: respect client-supplied version information ( #585 )
2024-12-20 03:11:09 +01:00
59389a991b
npm audit fix ( #518 )
2024-10-06 14:47:09 +02:00
722a9aba5b
improve: suppress no-misued-promises when declaring RequestHandler ( #332 )
2024-06-20 11:47:21 +02:00
02e4562daa
feat: implement loading of ability videos ( #205 )
2024-05-30 01:44:54 +02:00
64b4523b39
feat: config refactoring ( #219 )
2024-05-15 21:55:59 +02:00
bb1b9b6720
update 33.6.3 ( #33 )
2023-08-05 22:48:56 +02:00
d091af4778
Basic purchasing + custom purchasing API ( #20 )
...
Endpoint for custom API: https://localhost:443/custom/addItem
example request:
{
"type": "Weapon",
"internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol",
"accountId": "6488fd2e7bec200069ca4242"
}
2023-06-14 02:26:19 +02:00
df214749c3
add version config ( #2 )
...
* update
* update
* update
2023-05-26 10:37:12 -03:00
28dfa520aa
update to 33.0.12
2023-05-25 09:51:58 +02:00
Alan Morel
5b029cfb3b
refactor: run prettier cli to format all files
2023-05-23 20:42:06 -04:00
Ângelo Tadeucci
84c825e8a7
Initial commit
2023-05-19 15:26:36 -03:00