mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-03 22:13:11 +00:00
12 lines
203 B
Nim
12 lines
203 B
Nim
|
|
|
||
|
|
import std/os
|
||
|
|
|
||
|
|
static:
|
||
|
|
let pth = currentSourcePath().parentDir()
|
||
|
|
echo "\n===="
|
||
|
|
echo "CODEX:STORAGE:PROOFS: ", pth
|
||
|
|
# echo "pwd: ", projectDir()
|
||
|
|
# echo "cwd: ", getCurrentDir()
|
||
|
|
|
||
|
|
echo "\n===="
|