module Steep::Server::Utils

def source_path(uri)

def source_path(uri)
  project.relative_path(Pathname(uri.path))
end