Skip to content

Commit

Permalink
feat: reexport common utils from #nitro index
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 6, 2022
1 parent 2f7b7e9 commit 3dc2ee6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/runtime/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export { storage } from '#nitro/virtual/storage'
export { readAsset, statAsset } from '#nitro/virtual/assets'
export { config } from './config'
export * from './cache'
export * from './paths'

0 comments on commit 3dc2ee6

Please sign in to comment.