2025-02-23
2025-02-24
This commit is contained in:
parent
2212f4fc14
commit
0f52ff0cef
40 changed files with 846 additions and 75 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import unheadVite from "@unhead/addons/vite";
|
||||
import vue from "@vitejs/plugin-vue";
|
||||
import { defineConfig } from "vite";
|
||||
import vueDevTools from "vite-plugin-vue-devtools";
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
|
|
@ -18,7 +17,6 @@ export default defineConfig({
|
|||
optimizeDeps: { exclude: ["sqlocal"] },
|
||||
plugins: [
|
||||
vue(),
|
||||
// vueDevTools(),
|
||||
{
|
||||
configureServer: server => {
|
||||
server.middlewares.use((_req, res, next) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue