From 2f975c41933731d81e570029fb59457399ec6d0d Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 21 Apr 2022 22:56:56 +0200 Subject: . --- src/webapp/vite.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/webapp/vite.config.js') diff --git a/src/webapp/vite.config.js b/src/webapp/vite.config.js index d8571ec..df461d8 100644 --- a/src/webapp/vite.config.js +++ b/src/webapp/vite.config.js @@ -1,10 +1,11 @@ -import {defineConfig} from "vite"; -import {svelte} from "@sveltejs/vite-plugin-svelte"; +import { defineConfig } from "vite"; +import { svelte } from "@sveltejs/vite-plugin-svelte"; import path from "path"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [svelte()], + server: { port: 3001 }, resolve: { alias: { "@": "/src", -- cgit v1.3