![shirito](/assets/img/avatar_default.png)
Hello, I'm adding the whole https://items.sp-tarkov.com code base as well as the drone pipeline to deploy it. Please **double check *thoroughly* every** to ensure it matches the server architecture and configuration. Reviewed-on: SPT-AKI/Website#9 Co-authored-by: shirito <shirito@noreply.dev.sp-tarkov.com> Co-committed-by: shirito <shirito@noreply.dev.sp-tarkov.com>
12 lines
469 B
JSON
12 lines
469 B
JSON
{
|
|
"baseUrl": "http://localhost:3000",
|
|
"integrationFolder": "src/cypress/integration",
|
|
"fixtureFolder": "src/cypress/fixtures",
|
|
"supportFile": "src/cypress/support/index.js",
|
|
"pluginsFile": "src/cypress/plugin/index.js",
|
|
"env": {
|
|
"REACT_APP_SPTARKOV_HOME": "https://www.sp-tarkov.com/",
|
|
"REACT_APP_SPTARKOV_WORKSHOP": "https://mods.sp-tarkov.com/",
|
|
"REACT_APP_SPTARKOV_DOCUMENTATION": "https://docs.sp-tarkov.com/"
|
|
}
|
|
} |