revert top level package files

This commit is contained in:
prafull-opensignlabs
2026-02-06 17:23:26 +05:30
parent bae0f228a8
commit c0b7cd08e5
20 changed files with 2399 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
build:
cp .env.local_dev .env
rm -rf apps/OpenSign/public/mfbuild
cd microfrontends/SignDocuments && npm install && npm run build
docker compose up --build --force-recreate
run:
cp .env.local_dev .env
docker compose up -d