Dockerfile
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"./*": "./src/*.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"lint:tsc": "tsc --noEmit"
|
||||
"lint:tsc": "tsc --noEmit",
|
||||
"clean:node": "rm -rf node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"@effect/rpc": "^0.69.2",
|
||||
|
||||
Reference in New Issue
Block a user