Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Zeta Examples

To run an example, clone the repo and run the examples/{name}/main.ts file with Bun:

bun examples/request-logger/main.ts

For examples with tests, run bun test examples/{name}:

bun test examples/integration-tests