4innocent
4innocent
> ### Cons > * Need duplicated props type definition. > ```ts > // Props type definition for setup > interface Props { > foo: string > } > >...
> had the same issue, hoisting dependencies worked for me > `pnpm install --shamefully-hoist` @artu-ole awesome! works for me.
把这个的snapshot删了,然后重新加载maven `2.3.0`
just change this in vite.config.ts. from `const ENV = loadEnv("development", path.resolve(__dirname, "../../"), ["VITE_"])` to `const ENV = loadEnv("example", path.resolve(__dirname, "../../"), ["VITE_"])`