style: format web workspace
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { sveltekit } from "@sveltejs/kit/vite";
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tailwindcss(), sveltekit()],
|
||||
plugins: [tailwindcss(), sveltekit()],
|
||||
|
||||
server: {
|
||||
allowedHosts: ['develop.hareworks.net'],
|
||||
watch: { ignored: ['**/.tmp*', '**/.tmp*/**'] },
|
||||
server: {
|
||||
allowedHosts: ["develop.hareworks.net"],
|
||||
watch: { ignored: ["**/.tmp*", "**/.tmp*/**"] },
|
||||
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://127.0.0.1:8787',
|
||||
changeOrigin: true,
|
||||
ws: true
|
||||
}
|
||||
}
|
||||
}
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://127.0.0.1:8787",
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user