switchade t bootstrap och testar solid-bootstrap. konf för calibre. test m covers
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import { defineConfig } from "vite";
|
||||
import solidPlugin from "vite-plugin-solid";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { env } from "process";
|
||||
|
||||
const target = env.BACKEND_URL ?? "http://localhost:5084/"; //"https://localhost:7192/";
|
||||
console.log("vite backend:", target);
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [solidPlugin(), tailwindcss()],
|
||||
plugins: [solidPlugin()],
|
||||
server: {
|
||||
port: 3000,
|
||||
proxy: {
|
||||
|
Reference in New Issue
Block a user