Skip to content

Commit 5393106

Browse files
authored
Merge pull request #138 from SeawolvesAtCali/state-machine
State machine
2 parents efbb323 + aa8044c commit 5393106

97 files changed

Lines changed: 8752 additions & 12237 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"protoc": {
3232
"compile_on_save": false,
3333
"options": ["--proto_path=${workspaceRoot}/protos"]
34-
}
34+
},
35+
"typescript.tsdk": "./common/temp/node_modules/typescript/lib"
3536
}

common/config/rush/browser-approved-packages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"name": "@prisel/server",
3535
"allowedCategories": [ "prototype", "tools" ]
3636
},
37+
{
38+
"name": "@prisel/state",
39+
"allowedCategories": [ "prototype" ]
40+
},
3741
{
3842
"name": "@protobuf-ts/plugin",
3943
"allowedCategories": [ "production" ]

0 commit comments

Comments
 (0)