GitBook: [master] 17 pages and 5 assets modified

This commit is contained in:
resir014
2018-08-06 07:35:02 +00:00
committed by gitbook-bot
parent e30369ac50
commit 1b205e3330
19 changed files with 86 additions and 75 deletions

View File

@@ -1,8 +1,8 @@
# Deploy destination
# Deploy destinations
The `screeps.json` file is a JSON configuration file separated into multiple deploy destinations. We've given you three primary destinations by default.
```json
```javascript
{
// Used for deploying to the main world
"main": {
@@ -44,3 +44,4 @@ rollup -c --environment DEST:main
```
Omitting the destination will perform a dry run, which will compile and bundle the code without uploading it.