put db and static into data/

This commit is contained in:
2025-05-22 23:20:15 +03:00
parent ddad153875
commit af20b626d5
6 changed files with 9 additions and 8 deletions

View File

@ -7,6 +7,7 @@ start() {
first_launch() {
echo "Setting up for the first time"
touch ".first_launch.$LAPIS_ENVIRONMENT"
mkdir -p data/db
luajit schema.lua
lapis migrate
luajit create_default_accounts.lua