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.
- package/node/vite-config.mjs +2 -1
- package/package.json +1 -1
package/node/vite-config.mjs
CHANGED
|
@@ -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:
|
|
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,
|