Add support for accessing the web server from other devices

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-07-12 13:55:21 +02:00
parent d86d3de95e
commit 62d4084dcf
3 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ import svgrPlugin from "vite-plugin-svgr";
import htmlTemplate from "vite-plugin-html-template";
import sentryVitePlugin from "@sentry/vite-plugin";
import react from "@vitejs/plugin-react";
import basicSsl from "@vitejs/plugin-basic-ssl";
// https://vitejs.dev/config/
export default defineConfig(({ mode }) => {
@@ -26,6 +27,7 @@ export default defineConfig(({ mode }) => {
const plugins = [
react(),
basicSsl(),
svgrPlugin(),
htmlTemplate.default({
data: {