Skip to content

Commit

Permalink
adding indexjs in express
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Sep 5, 2024
1 parent 2f45322 commit 183f73a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/temple-express/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/index'
3 changes: 3 additions & 0 deletions packages/temple-express/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
...require('./dist/index')
}

0 comments on commit 183f73a

Please sign in to comment.