Skip to content
Snippets Groups Projects
Select Git revision
  • d0ec8b66e9786a764141378d9da80cb71b96ded0
  • master default protected
2 results

config.yaml

Blame
  • config.yaml 721 B
    
    Server:
      
      # The hostname or IP address of the server (CONAN_SERVER_HOST)
      # Domain, IP or hostname of the server
      #Host: localhost:8080
      
      # The port of the server (CONAN_SERVER_ADDRESS)
      # Address: localhost
      
      # The port of the server (CONAN_SERVER_PORT)
      Port: 8080
      
      # 
      Path:
        # The path to the server (CONAN_SERVER_WEB_PATH)  
        Web: web
        
      Watch:
        - Path: src
          Command: /bin/bash -c "PATH=$PATH:/home/volker.schukai/.nvm/versions/node/v18.8.0/bin; npx esbuild --bundle --outfile={{ .WebPath }}/scripts/bundle.js --sourcemap {{ .Path }}"
          Exclude:
            - ~$
            - ^\.
        - Path: web
          Exclude:
            - ~$
            - ^\.
        
      Flags:
        FollowSymlinks: true