switch to sqlite, generate new project as 'quip'

This commit is contained in:
2024-09-02 19:47:01 -04:00
parent 3e77cb13b2
commit f5c2b7d67e
47 changed files with 220 additions and 231 deletions

View File

@@ -2,4 +2,4 @@
set -eu
cd -P -- "$(dirname -- "$0")"
exec ./phoenix_test eval PhoenixTest.Release.migrate
exec ./quip eval Quip.Release.migrate

View File

@@ -1 +1 @@
call "%~dp0\phoenix_test" eval PhoenixTest.Release.migrate
call "%~dp0\quip" eval Quip.Release.migrate

View File

@@ -2,4 +2,4 @@
set -eu
cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./phoenix_test start
PHX_SERVER=true exec ./quip start

View File

@@ -1,2 +1,2 @@
set PHX_SERVER=true
call "%~dp0\phoenix_test" start
call "%~dp0\quip" start