Modules developed by different developers should be pushed to the test branch. Once their functionality is verified, the administrator will manually merge them into the main branch.
- Pre-verification: Ensure that the modules have been tested locally before being pushed. Modules will be automatically integrated into the server via a test deployment.
- Module errors: If the module doesn't work as expected, it could affect the test deployment. In that case, you should fix the error in your module as soon as possible or revert the push to the
testbranch while addressing the issue. - Deployment time: After pushing to the
testbranch, the server will take approximately 1 minute to reflect the changes in the test environment. - Test access: You can access the Marisail test service at the following URL: https://test.marisail.com.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh