``` dile create-app pnpm i pnpm run dev ``` The app gives: > Failed to resolve import "lit" from "src/js/components/dile-app.js". Because there are missing dependencies (`@reduxjs/toolkit` and `lit`) in the generated `package.json` of the new app.
The app gives:
Because there are missing dependencies (
@reduxjs/toolkitandlit) in the generatedpackage.jsonof the new app.