Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Jul 26, 2024
1 parent 2d50c47 commit 96979fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/synapse-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"require": "./dist/synapse-bridge.umd.cjs"
},
"./style.css": "./dist/style.css",
"./constants": "./src/constants/index.ts",
"./constants/*": "./src/constants/*/index.ts",
"./constants/enums/StateEnum": "./src/constants/enums/StateEnum.ts",
"./functions/*": "./src/functions/*/index.ts",
"./modules/*": "./src/modules/*/index.ts",
"./helpers/*": "./src/helpers/*/index.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-bridge/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './form-builder'
export * from './patterns'
export * from './templates'
export * from './constants'
export * from './constants/enums/StateEnum'
export * from './rules/email'
export * from './rules/exactLength'
export * from './rules/isDateValid'
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-bridge/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import vue from '@vitejs/plugin-vue'
import vuetify, { transformAssetUrls } from 'vite-plugin-vuetify'
import dts from 'vite-plugin-dts'
import { visualizer } from 'rollup-plugin-visualizer'
import * as path from "node:path";

function generateVuetifyGlobals() {
const components = [
Expand Down

0 comments on commit 96979fb

Please sign in to comment.