Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .sandstorm/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ end

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Base on the Sandstorm snapshots of the official Debian 9 (stretch) box with vboxsf support.
config.vm.box = "debian/contrib-stretch64"
config.vm.box = "debian/bullseye64"
config.vm.post_up_message = "Your virtual server is running at http://local.sandstorm.io:6090."



if Vagrant.has_plugin?("vagrant-vbguest") then
# vagrant-vbguest is a Vagrant plugin that upgrades
# the version of VirtualBox Guest Additions within each
Expand Down
3 changes: 3 additions & 0 deletions .sandstorm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ fi
if [ ! -d "/opt/app/dist" ]; then
./node_modules/.bin/ember build
fi
if [ ! -d "/opt/app/output" ]; then
yarn build-server
fi
Loading