reverted to symlink, updated hosts to allow all from apps.doma.in
This commit is contained in:
parent
0015bcab58
commit
af20179159
@ -1,18 +0,0 @@
|
|||||||
import path from "path";
|
|
||||||
import tailwindcss from "@tailwindcss/vite";
|
|
||||||
import { defineConfig } from "vite";
|
|
||||||
import react from "@vitejs/plugin-react";
|
|
||||||
|
|
||||||
// https://vite.dev/config/
|
|
||||||
export default defineConfig({
|
|
||||||
plugins: [react(), tailwindcss()],
|
|
||||||
resolve: {
|
|
||||||
alias: {
|
|
||||||
"@": path.resolve(__dirname, "./src"),
|
|
||||||
},
|
|
||||||
},
|
|
||||||
server: {
|
|
||||||
// allowedHosts: ["tid.apps.nathanwindisch.com", "tid.apps.wnd.sh"],
|
|
||||||
allowedHosts: true,
|
|
||||||
},
|
|
||||||
});
|
|
1
vite.config.js
Symbolic link
1
vite.config.js
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
vite.config.ts
|
@ -12,7 +12,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
// allowedHosts: ["tid.apps.nathanwindisch.com", "tid.apps.wnd.sh"],
|
allowedHosts: [".apps.nathanwindisch.com", ".apps.wnd.sh"],
|
||||||
allowedHosts: true,
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user