Skip to content

Commit

Permalink
Merge pull request #7 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): expose vite class
  • Loading branch information
jlenon7 authored Jan 15, 2025
2 parents 542d0c3 + 2be0fcc commit 39a8d8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/vite",
"version": "5.6.0",
"version": "5.7.0",
"description": "Vite plugin for Athenna Framework.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
*/

export * from '#src/types'
export * from '#src/vite/Vite'

0 comments on commit 39a8d8b

Please sign in to comment.