Application Files
Last updated
Last updated
Windus application files are located in /src/app directory. It contains only static assets, which means they can be placed on any web server.
Before uploading your application files, you must update config.js file in your application directory.
In config.js file you must update your database and full URL to your API backend accordingly.
Database options are mariadb or supabase.
After you save config.js, you can upload files to your server and visit your site to check if login page appears.