This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * This vite config allows you to run `npm run dev` in Laravel and access | |
| * resources on a remote development server, including with hmr, in the | |
| * same manner as if you were developing locally. | |
| * | |
| * All config is stored in your standard .env file and multiple users can | |
| * have their own instance running by specifying a unique port. | |
| * | |
| * The certificates are required - use the same ones as used on your | |
| * server to secure your development domains (i.e. letsencrypt). |