Skip to content
Snippets Groups Projects
Select Git revision
  • edf339623825e442cdad411cc5edb565e4a8b09f
  • master default protected
  • 1.31
  • 4.38.8
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
23 results

changelog.mk

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    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