mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Dev: allow .ts.net hosts so the dev server works behind tailscale serve
This commit is contained in:
@@ -16,6 +16,11 @@ const pkg = JSON.parse(readFileSync(new URL('./package.json', import.meta.url),
|
|||||||
generateLearnPages();
|
generateLearnPages();
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
server: {
|
||||||
|
// Hetzner dev box: fronted by tailscale serve (HTTPS on the tailnet), which
|
||||||
|
// forwards the ts.net Host header — allow it past DNS-rebinding protection.
|
||||||
|
allowedHosts: ['.ts.net'],
|
||||||
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||||
|
|||||||
Reference in New Issue
Block a user