UUUUPPPPP work

This commit is contained in:
2026-03-25 02:03:59 +01:00
parent c857900860
commit df8bd891a2
32 changed files with 1126 additions and 233 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig } from "vite";
import tailwindcss from "@tailwindcss/vite";
import { sigproRouter } from 'sigpro';
// import { sigproRouter } from './router.js';
import { resolve } from "path";
import path from "node:path";
@@ -16,7 +16,7 @@ const createAgGridLib = {
};
export default defineConfig({
plugins: [ sigproRouter(),tailwindcss()],
plugins: [tailwindcss()],
base: dev ? "/absproxy/5173/" : "/",
resolve: {
alias: {
@@ -39,9 +39,9 @@ export default defineConfig({
assetFileNames: (assetInfo) => {
const name = assetInfo.name ?? "";
if (name.endsWith(".css")) {
return "assets/css/[name]-[hash][extname]";
}
return "assets/[name]-[hash][extname]";
return "assets/css/[name]-[hash][extname]";
}
return "assets/[name]-[hash][extname]";
},
// 4. Estrategia de separación manual (Manual Chunks)