mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-09 12:02:10 +00:00
5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ -z "$ZS_PRODUCTION" ]; then
|
|
echo '<script type="application/javascript" src="/js/live.min.js"></script>'
|
|
fi
|