hapticks 3 3 3 3 3 3

This commit is contained in:
legop3
2026-07-21 18:38:01 -04:00
parent 358aa0b1d6
commit fb9565faf9
19 changed files with 155 additions and 26 deletions
+5
View File
@@ -18,6 +18,11 @@ function analyticsTags() {
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), analyticsTags()],
server: {
// Listen on every local interface during development so a phone or tablet
// on the same LAN can load the touch UI using this machine's network IP.
host: true,
},
build: {
outDir: '../server/public',
emptyOutDir: true,