Move to TS7

This commit is contained in:
Rory&
2026-08-09 10:02:52 +02:00
parent 267501c3fa
commit d1ae4e4a06
5 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ dropdb -U postgres sb-server-scaffold --if-exists --force || true
createdb -U postgres sb-server-scaffold
# - Build spacebar-ts and apply it's migrations
pushd ../..
npm run build:src:tsgo
npm run build:src
DATABASE=postgres://postgres@127.0.0.1/sb-server-scaffold npm run apply:migrations
popd