mirror of
https://github.com/danog/code-server.git
synced 2024-11-27 12:57:13 +01:00
a328204d80
* Implements the fs module * Add stats object * Add not implemented to createWriteStream * Update mkdtemp to use tmp dir * Unexport Stats * Add client web socket for commands and restructure
3 lines
200 B
Bash
Executable File
3 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
|
|
protoc --plugin="protoc-gen-ts=./node_modules/.bin/protoc-gen-ts" --js_out="import_style=commonjs,binary:./src/proto" --ts_out="./src/proto" ./src/proto/*.proto --proto_path="./src/proto" |