mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-14 19:46:29 +08:00
chore(workspace): move contracts back to the packages folder
This commit is contained in:
parent
1509a675b8
commit
f23ea56fe0
1 changed files with 1 additions and 6 deletions
|
@ -8,10 +8,6 @@
|
|||
"name": "frontend",
|
||||
"path": "frontend"
|
||||
},
|
||||
{
|
||||
"name": "contracts",
|
||||
"path": "packages/contracts"
|
||||
},
|
||||
{
|
||||
"name": "packages",
|
||||
"path": "packages"
|
||||
|
@ -25,8 +21,7 @@
|
|||
"files.exclude": {
|
||||
"frontend": true,
|
||||
"backend": true,
|
||||
"packages": true,
|
||||
"contracts": true
|
||||
"packages": true
|
||||
},
|
||||
"search.exclude": {
|
||||
//defaults
|
||||
|
|
Loading…
Reference in a new issue