Skip to content

Commit

Permalink
Trying to discover why kita is so fast
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Apr 2, 2024
1 parent e69d2ad commit 4d7db02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions kita/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# What is this folder?

Kita requires a folder structure and TypeScript configuration to work.

This is what is happening here.

The project is build in the [main postinstall script](../package.json).
2 changes: 1 addition & 1 deletion kita/src/routes/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function get() {
return { hello: 'world' } as const
return { hello: 'world' }
}

0 comments on commit 4d7db02

Please sign in to comment.