forked from jsnbuchanan/crowd-funder-for-time-pwa
fix: correct import paths and add host flag for dev server
- Update import path for GiveRecordWithContactInfo to use relative path - Add --host flag to dev script for network access during development
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { GiveSummaryRecord, GiveVerifiableCredential } from "interfaces";
|
||||
import { GiveSummaryRecord, GiveVerifiableCredential } from "../interfaces";
|
||||
|
||||
export interface GiveRecordWithContactInfo extends GiveSummaryRecord {
|
||||
jwtId: string;
|
||||
|
||||
Reference in New Issue
Block a user