2022-07-27 20:58:43 +03:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
export ICONS_VOLUME="$(realpath ../.icons)"
|
|
|
|
export DIST_VOLUME="$(realpath dist)"
|
|
|
|
export ISOLATION_VOLUME="$(realpath isolation-dist)"
|
2023-10-26 19:58:56 +03:00
|
|
|
export WORKSPACE_VOLUME="$(realpath ../..)"
|