Skip to content

Conversation

ann-aot
Copy link
Owner

@ann-aot ann-aot commented Aug 28, 2025

Remove an incorrect Vuex type declaration and update frontend configuration to resolve createStore type errors and enable a clean build.

The Module '"vuex"' has no exported member 'createStore' error was caused by an ambient module declaration in src/vite-env.d.ts overriding the actual Vuex types. This PR removes that declaration and includes related fixes for TypeScript path aliases, missing dependencies (axios, @types/node), Vuex store registration, and Prettier formatting to ensure a successful production build.


Open in Cursor Open in Web

…upport

Co-authored-by: ann.jacob <ann.jacob@aot-technologies.com>
Copy link

cursor bot commented Aug 28, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@ann-aot ann-aot marked this pull request as ready for review August 28, 2025 21:11
@divyav-aot divyav-aot merged commit 6c10769 into feature/api-integration Aug 29, 2025
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants