This website works better with JavaScript.
Home
Explore
Help
Sign In
root
/
X1_Site
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
7
Branches
0
Tags
445 MiB
Tree:
58a3d04166
feature/web_v1.0
feature/web_v3.0
feature/web_v4.0
feature/web_v5.0
feature/web_v6.0
master
web_v2.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '58a3d04166'
${ noResults }
X1_Site
/
site
/
node_modules
/
@swc
/
helpers
/
scripts
/
utils.js
4 lines
79 B
Raw
Normal View
History
init
2 months ago
export
function
root
(
...
p
)
{
return
path
.
resolve
(
__
dirname
,
".."
,
...
p
)
;
}