mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 19:45:14 +00:00
8 lines
182 B
Ruby
Executable file
8 lines
182 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
|
|
|
require "bundler/setup"
|
|
|
|
load Gem.bin_path("vite_ruby", "vite")
|