[Fix] Connections
This commit is contained in:
parent
94f11f60f6
commit
74fb46990e
14 changed files with 950 additions and 507 deletions
|
|
@ -129,7 +129,10 @@ export default defineConfig({
|
|||
...tensaminPwa(),
|
||||
methaniumUi({ defaultThemeId: "tensamin" }),
|
||||
deepFilterAssetHeaders(resolve(appDir, "public")),
|
||||
mtp({ typeMaps: resolve(appDir, "../../mtp-type-maps/type-maps.yaml") }),
|
||||
mtp({
|
||||
typeMaps: resolve(appDir, "../../mtp-type-maps/type-maps.yaml"),
|
||||
outDir: ".mtp",
|
||||
}),
|
||||
{
|
||||
name: "workspace-realpath-resolution",
|
||||
enforce: "post",
|
||||
|
|
|
|||
Loading…
Reference in a new issue