Initial commit
This commit is contained in:
9
script/frontend
Executable file
9
script/frontend
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# script/frontend: Launch the frontend asset server locally.
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/../slices/main/assets/rental"
|
||||
|
||||
yarn run dev
|
Reference in New Issue
Block a user