mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
6 lines
131 B
Text
6 lines
131 B
Text
|
|
#!/usr/bin/env ruby
|
||
|
|
load File.expand_path("spring", __dir__)
|
||
|
|
require_relative "../config/boot"
|
||
|
|
require "rake"
|
||
|
|
Rake.application.run
|