tools: add 0.0.0.0 server
Deploy / Build (push) Successful in 1m42s
Deploy / Deploy to Stapler (push) Successful in 1m20s

This commit is contained in:
2026-07-19 16:05:29 +02:00
parent b70d4d7b38
commit 2145c0f703
+7 -1
View File
@@ -18,11 +18,17 @@ export default ({ mode }: { mode: string }) => {
process.env.VITE_CUSTOM_HEAD = articlesConfig.custom_head;
return defineConfig({
server: {
host: "0.0.0.0",
},
plugins: [
vue(),
vueDevTools(),
mdPlugin({ mode: [Mode.HTML] }),
obfuscatorPlugin({ include: [/.*\.md/], options: { splitStrings: true, stringArrayThreshold: 1, } }),
obfuscatorPlugin({
include: [/.*\.md/],
options: { splitStrings: true, stringArrayThreshold: 1 },
}),
],
resolve: {
alias: {