Created
          April 6, 2020 13:27 
        
      - 
      
 - 
        
Save ArnaudBuchholz/2f21b3f48c6cba7f755ff2ec3826fdb5 to your computer and use it in GitHub Desktop.  
  
    
      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
    
  
  
    
  | { | |
| "port": 8080, | |
| "mappings": [{ | |
| "match": "/resources/(.*)", | |
| "custom": "./redirect-version.js" | |
| }, { | |
| "match": "^/(\\?.*)?$", | |
| "file": "./webapp/index.html" | |
| }, { | |
| "match": "^/(.*)", | |
| "file": "./webapp/$1" | |
| }] | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment