Sha256: 951e2edcaad07ee13863873cdc5ed44b99df754687d944f6d9e5d8094a84e9d3
Contents?: true
Size: 264 Bytes
Versions: 3
Compression:
Stored size: 264 Bytes
Contents
require 'hypernova' require 'hypernova/plugins/development_mode_plugin' Hypernova.add_plugin!(DevelopmentModePlugin.new) Hypernova.configure do |config| config.host = "0.0.0.0" config.port = 7777 # The port where the node service is listening end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vueonrails-1.0.0.beta5 | lib/installs/ssr/hypernova.rb |
vueonrails-1.0.0.beta3 | lib/installs/ssr/hypernova.rb |
vueonrails-1.0.0.beta2 | lib/installs/ssr/hypernova.rb |