Compare commits
No commits in common. "d957d15f36e5b554a4f8e09ee9f236ae130ebb1b" and "e6174be63f2e84f3b0db0b4b6f6e5b73b6445c46" have entirely different histories.
d957d15f36
...
e6174be63f
16
develop.sh
16
develop.sh
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
cd /Users/despiegk/hero/var/docusaurus
|
||||
|
||||
export PATH=/tmp/docusaurus_build/node_modules/.bin:${HOME}/.bun/bin/:$PATH
|
||||
|
||||
. /Users/despiegk/.zprofile
|
||||
|
||||
bun run start -p 3100
|
Loading…
Reference in New Issue
Block a user