Make it possible to use a dynamic api endpoint for local development
This commit is contained in:
9
dashboard/develop.sh
Executable file
9
dashboard/develop.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
echo "=> Set API origin"
|
||||
export VITE_API_ORIGIN="my.nebulon.space"
|
||||
|
||||
echo "=> Run vite locally"
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user