Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"yup": "^0.32.11"
},
"scripts": {
"start": "node --max_old_space_size=8196 node_modules/.bin/react-scripts start",
"start": "react-scripts start",
"start:dev": "react-scripts start",
"start:prod": "yarn build && serve -s build",
"build": "CI='' react-scripts build",
Expand Down
3 changes: 2 additions & 1 deletion src/hsmodules/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ import RadCheckedin from "./Appointment/Radworkflow";
import Radiology from "./Radiology/Radiologys"; //, { StoreList, StoreListStandalone }
import RadiologyHome from "./Radiology/RadiologyHome";
import RadiologyPayment from "./Radiology/RadiologyPayment";
import RadDetails from "./Radiology/RadDetails";
import RadiologyReport from "./Radiology/RadiologyReport";
import Report from "./Accounts/Report";
import Services from "./Finance/Services";
Expand Down Expand Up @@ -213,7 +214,7 @@ import ProviderPayment from "./ManagedCare/ProviderPayment";

import ComplaintDetails from "./ManagedCare/ComplaintDetails";

import CreateWallet from './PouchiiWallet/CreateWallet';
import WalletOTP from './PouchiiWallet/walletOtp';
import CheckIn from './ManagedCare/Checkin';

const moduleLocationTypes = {
Expand Down