refactor: 悦码项目重构
This commit is contained in:
9
packages/web-vitals/farm.config.ts
Normal file
9
packages/web-vitals/farm.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "@farmfe/core";
|
||||
|
||||
export default defineConfig({
|
||||
compilation: {
|
||||
input: {
|
||||
index: "./src/index.ts",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user