0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 07:50:45 -05:00
server/project/pkgconfig.json

12 lines
169 B
JSON
Raw Normal View History

2023-03-03 15:23:46 +00:00
{
"pkg": {
"scripts": [
"obj/**/*.js"
],
"assets": [
"obj/**/*.js.map",
"package.json"
2023-03-03 15:23:46 +00:00
]
}
}