mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update require paths to relative string
This commit is contained in:
parent
0897821e1f
commit
5abd5eee91
25 changed files with 89 additions and 124 deletions
|
|
@ -1,5 +1,5 @@
|
|||
local vide = require "src/init"
|
||||
local testkit = require("test/testkit")
|
||||
local vide = require "../src/init"
|
||||
local testkit = require("../test/testkit")
|
||||
|
||||
local program_time = os.clock()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue