dlzn-ui 1.30.0 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,7 +110,7 @@ var vite_config_default = (_env, options) => {
110
110
  ejsOptions: { views: [resolvePath("node_modules/dlzn-ui/build/ejs")] }
111
111
  },
112
112
  minify: true,
113
- template: resolvePath("node_modules/dlzn-ui/build/index.html")
113
+ template: "node_modules/dlzn-ui/build/index.html"
114
114
  }), tailwindAutoReference(resolvePath("node_modules/dlzn-ui/assets/css/tailwindcss-entry.css"))],
115
115
  resolve: {
116
116
  alias: [
@@ -133,6 +133,7 @@ var vite_config_default = (_env, options) => {
133
133
  ".js"
134
134
  ]
135
135
  },
136
+ root,
136
137
  server: {
137
138
  host: "0.0.0.0",
138
139
  open: false,
package/package.json CHANGED
@@ -78,6 +78,6 @@
78
78
  "**/*.css"
79
79
  ],
80
80
  "type": "module",
81
- "version": "1.30.0",
81
+ "version": "1.32.0",
82
82
  "scripts": {}
83
83
  }