We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c605d43 commit a219da3Copy full SHA for a219da3
packages/example-rpc-server/README.md
@@ -3,7 +3,7 @@
3
An example RPC server and application to demonstrate the creation of your
4
own custom server.
5
6
-[](http://loopback.io/)
+[![LoopBack]https://github.com/strongloop/loopback-next/blob/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-%402x.png](http://loopback.io/)
7
8
## Usage
9
packages/example-rpc-server/tsconfig.json
@@ -3,7 +3,8 @@
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"include": [
"src",
- "test"
+ "test",
+ "index.ts"
],
"exclude": [
10
"node_modules/**",
0 commit comments