Browse Source

Fixing a goof I made moving between workstations

Merge branch 'deep_linking' of ssh://173.199.124.46:222/trent_larson/crowd-funder-for-time-pwa into deep_linking
pull/127/head
Matthew Raymer 2 weeks ago
parent
commit
86c1abb9be
  1. 4
      .gitignore
  2. 2
      BUILDING.md
  3. 605
      package-lock.json

4
.gitignore

@ -39,4 +39,6 @@ pnpm-debug.log*
/test-playwright-results/
playwright-tests
test-playwright
dist-electron-packages
dist-electron-packages
ios
.ruby-version

2
BUILDING.md

@ -105,7 +105,7 @@ Prerequisites: macOS with Xcode installed
1. Build the web assets:
```bash
npm run build -- --mode capacitor
npm run build:capacitor
```
2. Add iOS platform if not already added:

605
package-lock.json

File diff suppressed because it is too large
Loading…
Cancel
Save