Skip to content

Commit

Permalink
Merge pull request #461 from OpenSignLabs/remove_mfcra
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-opensignlabs authored Mar 7, 2024
2 parents 4f417cc + d3d33c8 commit 3ad1c46
Show file tree
Hide file tree
Showing 174 changed files with 12,945 additions and 31,086 deletions.
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Frontend config ************************************************************************************************************************************************************************************************
# Set CI to false while running the app locally
CI=false

# Set it to the URL form where the app home page will be accessed
PUBLIC_URL=https://app.opensignlabs.com/
# Set it to true if you want to generate the Sourcemap for debugging
Expand Down
2 changes: 0 additions & 2 deletions .env.frontend_dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# When used as it is, this env config will connect to our hosted UAT backend
# Note that any data in staging will get cleared from time to time and you may have to sign up again and again

# Set CI to false while running the app locally
CI=false
# Set it to the URL form where the app home page will be accessed
PUBLIC_URL=http://localhost:3000
# Set it to true if you want to generate the Sourcemap for debugging
Expand Down
2 changes: 0 additions & 2 deletions .env.local_dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# When used as it is, this env config will connect to our hosted UAT backend
# Note that any data in staging will get cleared from time to time and you may have to sign up again and again

# Set CI to false while running the app locally
CI=false
# Set it to the URL form where the app home page will be accessed
PUBLIC_URL=http://localhost:3000
# Set it to true if you want to generate the Sourcemap for debugging
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
build:
cp .env.local_dev .env
rm -rf apps/OpenSign/public/mfbuild
cd microfrontends/SignDocuments && npm install && npm run build
cd apps/OpenSign && npm install && npm run build
docker compose up --build --force-recreate

run:
Expand Down
1 change: 0 additions & 1 deletion apps/OpenSign/Dockerhubfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN npm install

# Copy the current directory contents into the container
COPY apps/OpenSign/ .
COPY microfrontends/ .
COPY apps/OpenSign/.husky .

# Make port 3000 available to the world outside this container
Expand Down
25 changes: 0 additions & 25 deletions apps/OpenSign/moduleFederation.config.js

This file was deleted.

Loading

0 comments on commit 3ad1c46

Please sign in to comment.