Skip to content

Commit

Permalink
Merge pull request #4 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Jan 4, 2025
2 parents 1cc379f + f7411d9 commit 3678c29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0",
"version": "5.4.0",
"description": "Vite plugin for Athenna Framework.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/vite/plugins/athenna.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { PluginOption } from 'vite'
import type { ConfigOptions } from '#src/types'
import { config } from '#src/vite/plugins/config'

export function athenna(options: ConfigOptions): PluginOption[] {
export default function athenna(options: ConfigOptions): PluginOption[] {
const fullOptions = Object.assign(
{
assetsUrl: '/assets',
Expand Down

0 comments on commit 3678c29

Please sign in to comment.