blob: 24c0f6b619b0c4cfd41268a9f7175c5a68527296 (
plain)
1
2
3
4
5
6
|
package.path = string.sub(string.gsub(debug.getinfo(1).source, "load.lua", "?.lua"),2) .. ";" .. package.path
if hwstub.dev.target.id == hwstub.dev.target.STMP then
require "stmp"
end
require "dumper"
|