This commit is contained in:
2026-01-13 12:46:07 +03:00
commit cc8716fa74
364 changed files with 88316 additions and 0 deletions

8
vue.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
publicPath: "./",
productionSourceMap: false,
transpileDependencies: ["vuetify",
/[/\\]node_modules[/\\](.+?)?chart(.*)[/\\]dist/,
/[/\\]node_modules[/\\](.+?)?vue-chartjs(.*)[/\\]dist/
],
};