chore:平台容器框架升级,修复命令行环境丢失的问题

This commit is contained in:
wangxuefeng
2025-03-11 10:15:28 +08:00
parent 3e1a1b4a66
commit 9438489a11
68 changed files with 1800 additions and 1646 deletions

View File

@@ -1,9 +1,9 @@
import { defineConfig } from "@farmfe/core";
import { defineConfig } from '@farmfe/core';
export default defineConfig({
compilation: {
input: {
index: "./src/index.ts",
index: './src/index.ts',
},
},
});

View File

@@ -1,4 +1,4 @@
import { onLCP, onINP, onCLS } from "web-vitals";
import { onCLS, onINP, onLCP } from 'web-vitals';
// import { initializeApp } from "firebase/app";
// import { getAnalytics } from "firebase/analytics";