frontend@0.0.0 build
vue-tsc --noEmit && vite build
src/main.ts(16,9): error TS2345: Argument of type 'Pinia' is not assignable to parameter of type 'Plugin_2'.
Type 'Pinia' is not assignable to type '{ install: PluginInstallFunction; }'.
Types of property 'install' are incompatible.
Type '(app: App<any>) => void' is not assignable to type 'PluginInstallFunction'.
Types of parameters 'app' and 'app' are incompatible.
• Compiling frontend:
......