Skip to content

Commit bcb84bb

Browse files
authored
chore: expose utilities to github action (#43)
1 parent 5d2d6c9 commit bcb84bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"nuxt-hub": "./src/index.mjs"
1616
},
1717
"exports": {
18-
".": "./src/index.mjs"
18+
".": "./src/index.mjs",
19+
"./internal": "./src/internal.mjs"
1920
},
2021
"files": [
2122
"src/"

src/internal.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { getStorage, getPathsToDeploy, getPublicFiles, uploadAssetsToCloudflare, isMetaPath, getFile, isServerPath } from './utils/deploy.mjs';

0 commit comments

Comments
 (0)