1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-03-05 16:07:29 +02:00

Update @fbe/editor to use cloudflare worker

This commit is contained in:
Bart 2021-03-13 22:18:15 +01:00
parent b6bf91dc33
commit cf19eaa1cb
5 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn --prefer-offline
- run: yarn
- run: yarn db-gen
- run: yarn nx build blueprints
- name: Set up Cloud SDK

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@fbe/editor",
"version": "1.0.0+4ce98ad6",
"version": "1.0.0+4db8c378",
"description": "A Factorio blueprint editor and renderer webapp",
"author": "Teoxoy",
"license": "MIT",
@ -22,5 +22,5 @@
"pathfinding": "^0.4.18",
"pixi.js": "^6.0.0-rc.2"
},
"yalcSig": "4ce98ad61ee9927a6bee4eb976d9403a"
"yalcSig": "4db8c378010b5990474548640c7c809e"
}

View File

@ -1 +1 @@
4ce98ad61ee9927a6bee4eb976d9403a
4db8c378010b5990474548640c7c809e

View File

@ -2,7 +2,7 @@
"version": "v1",
"packages": {
"@fbe/editor": {
"signature": "4ce98ad61ee9927a6bee4eb976d9403a",
"signature": "4db8c378010b5990474548640c7c809e",
"file": true,
"replaced": "./fbe-editor-v1.0.0.tgz"
}