module LuckyVite

Extended Modules

Defined in:

lucky_vite/config.cr
lucky_vite/main.cr
lucky_vite/version.cr

Constant Summary

VERSION = {{ (`shards version \"/home/runner/work/lucky_vite/lucky_vite/src/lucky_vite\"`).chomp.stringify }}

Instance Method Summary

Instance Method Detail

def config(file = "config/lucky_vite.json") #

Loads and parsed the Lucky Vite config.


[View source]
def origin_with_path(path : String) #

Builds a origin uri and appends the given path.


[View source]