Upload inicial do TSCUT

This commit is contained in:
root
2026-03-10 11:03:54 +00:00
commit d8d8a3fbce
9 changed files with 4611 additions and 0 deletions

9
vite.config.js Normal file
View File

@@ -0,0 +1,9 @@
export default {
root: './',
build: {
outDir: 'dist',
},
preview: {
allowedHosts: true
}
}