Skip to content

Commit

Permalink
chore: add store
Browse files Browse the repository at this point in the history
  • Loading branch information
Dsaquel committed Jan 24, 2025
1 parent 9af1fa7 commit 81fa81e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"import": "./dist/codemirror-editor.js",
"require": null
},
"./store": {
"types": "./dist/store.d.ts",
"import": "./dist/store.js",
"require": null
},
"./transform": {
"types": "./dist/transform.d.ts",
"import": "./dist/transform.js",
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default mergeConfig(base, {
lib: {
entry: {
'vue-repl': './src/index.ts',
store: './src/store.ts',
transform: './src/transform.ts',
'monaco-editor': './src/editor/MonacoEditor.vue',
'codemirror-editor': './src/editor/CodeMirrorEditor.vue',
Expand Down

0 comments on commit 81fa81e

Please sign in to comment.