Created
March 1, 2023 10:21
-
-
Save simonhlee97/f5d9b021938ed7cdd3e12f8fd944bec3 to your computer and use it in GitHub Desktop.
Make Vite compatible with Rails.
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
{ | |
"all": { | |
"sourceCodeDir": "app/frontend", | |
"watchAdditionalPaths": [] | |
}, | |
"development": { | |
"autoBuild": true, | |
"host": "127.0.0.1", | |
"publicOutputDir": "vite-dev", | |
"port": 3036 | |
}, | |
"test": { | |
"autoBuild": true, | |
"publicOutputDir": "vite-test", | |
"port": 3037 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment