mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-22 03:20:10 +00:00
Move to TS7
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user