[FEATURE] Updated Stylings
This commit is contained in:
parent
5ab6e81d29
commit
d24f39bff4
26 changed files with 251 additions and 436 deletions
|
@ -1,9 +1,14 @@
|
|||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import { analyzer } from "vite-bundle-analyzer";
|
||||
import path from "node:path";
|
||||
|
||||
const plugins = [react()];
|
||||
if (process.env.USE_ANALYZER === "true") plugins.push(analyzer());
|
||||
|
||||
export default () => {
|
||||
return defineConfig({
|
||||
plugins: [react()],
|
||||
plugins,
|
||||
server: {
|
||||
port: process.env.VITE_DEV_PORT ?? 5173,
|
||||
host: "0.0.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue