Add example for starting cds with ts-node
This commit is contained in:
5
hello/world.ts
Normal file
5
hello/world.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = class say {
|
||||
hello(req: any) {
|
||||
return `Hello ${req.data.to} from a typescript file!`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user