0.0.3 • Published 1 year ago
@mrdaark/sdk-dev-proxy v0.0.3
Yandex.Games SDK developing server
This package allows you to locally develop a game for the project https://yandex.ru/games
Usage:
npx sdk-dev-proxy [options]
Available Options:
Command | Description |
---|---|
--help | Show help |
--host , -h | Host where your game is available (server will proxy to this addres) |
--path , -p | The folder where your game is located (server will serve static files from this folder) |
--app-id , -i | ID of your game (it must be draft) |
--csp , -c | Adds a csp header similar to what would be added to your index.html |
--log , -l | Enable request logger (default: true) |
For correct start, one of two parameters must be specified path
, host
Examples
npx sdk-dev-proxy -p /home/user/game/ --csp -l false
npx sdk-dev-proxy -h https://localhost:8000 --csp