forked from trent_larson/crowd-funder-for-time-pwa
Remove duplicate APP_SERVER imports in ContactsView.vue and ClaimView.vue that were causing compilation errors during testing. The duplicate imports occurred when both files had APP_SERVER imported from constants/app and also assigned as class properties. - ContactsView.vue: Remove duplicate import, keep class property assignment - ClaimView.vue: Remove duplicate import, keep class property assignment - Fixes Vite compilation errors that were blocking test execution - 33/38 tests now pass successfully This resolves the "Identifier 'APP_SERVER' has already been declared" errors that were preventing the development server from running properly.
23 lines
556 B
Plaintext
23 lines
556 B
Plaintext
App/build
|
|
App/Pods
|
|
App/output
|
|
# Capacitor sync output - contains web assets copied from dist/
|
|
App/App/public
|
|
DerivedData
|
|
xcuserdata
|
|
|
|
# Cordova plugins for Capacitor
|
|
capacitor-cordova-ios-plugins
|
|
|
|
# Generated Config files
|
|
App/App/capacitor.config.json
|
|
App/App/config.xml
|
|
|
|
# User-specific Xcode files
|
|
App/App.xcodeproj/xcuserdata/*.xcuserdatad/
|
|
App/App.xcodeproj/*.xcuserstate
|
|
|
|
# Generated Icons from capacitor-assets (also Contents.json which is confusing; see BUILDING.md)
|
|
App/App/Assets.xcassets/AppIcon.appiconset
|
|
App/App/Assets.xcassets/Splash.imageset
|