This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/vite: allow tailscale domains

Signed-off-by: eti <eti@eti.tf>

author
eti
committer
dawn
date (Jul 30, 2026, 7:45 PM +0300) commit 09c39583 parent c42ec8f3 change-id oqovotky
+2 -1
+2 -1
web/vite.config.ts
··· 42 42 server: { 43 43 host: devHost, 44 44 port: devPort, 45 - strictPort: true 45 + strictPort: true, 46 + allowedHosts: [".ts.net"] 46 47 }, 47 48 test: { 48 49 expect: {