MeterReader
                                
                                
                                
                                    MeterReader copied to clipboard
                            
                            
                            
                        An example app for my Pluralsight course.
Following the README.md end running the .NET project ends up with the following errors in the browser:  I was using the "net6" branch.
I get the following 2 errors when running: npm run build on client: node_modules/@vue/reactivity/dist/reactivity.d.ts:420:9 - error TS2380: The return type of a 'get' accessor must be assignable to its 'set'...
Hi, building the client fails (branch .Net 8): ``` PS X:\git\#Plurasight\MeterReader\src\MeterReader\client> npm run build > [email protected] build > vue-tsc --noEmit && vite build vite v2.7.1 building for production... ✓ 0...