============================================
  WHERE TO PUT TADApp.apk SO USERS CAN DOWNLOAD
============================================

1. ON YOUR COMPUTER (before building):

   Put TADApp.apk in THIS folder - the "public" folder.

   Full path:
   f:\nextjs-projects\WFapp\public\TADApp.apk

   So: same folder as this file (next.svg, logos, etc.).


2. RUN THE BUILD:

   npm run deploy

   This copies everything from "public" into "out".
   So after build you will have: out\TADApp.apk


3. ON YOUR WEB SERVER (aenterprise.biz):

   Upload the ENTIRE contents of the "out" folder
   into your "wfapp" folder on the server.

   So on the server you must have:
   wfapp/TADApp.apk
   wfapp/index.html
   wfapp/_next/   (folder with CSS and JS)
   wfapp/downloads/
   etc.

   If TADApp.apk is missing from the wfapp folder
   on the server, the download will say "file not
   available on site".


4. CHECK:

   After upload, open in browser:
   https://aenterprise.biz/wfapp/TADApp.apk

   If that URL downloads the file, the Download
   button on the site will work too.

============================================
