Merge remote-tracking branch 'origin/master' into tepreece-master

This commit is contained in:
Nolan Lawson 2023-01-08 20:03:32 -08:00
commit ed77fb8419
2 changed files with 3 additions and 4 deletions

View File

@ -43,8 +43,8 @@ async function setupMastodonDatabase () {
async function installMastodonDependencies () {
const cwd = mastodonDir
const installCommands = [
'gem update --system',
'gem install bundler foreman',
'gem install bundler -v 2.3.26 --no-document',
'gem install foreman -v 0.87.2 --no-document',
'bundle config set --local frozen \'true\'',
'bundle install',
'yarn --pure-lockfile'

View File

@ -16,5 +16,4 @@ or
LOCALE=fr yarn dev
There is also an experimental `LOCALE_DIRECTION` environment variable for the direction (LTR versus RTL) which is
exposed to the source code while building.
To host a localized version of Pinafore using Vercel, you can see this example: [buildCommand in vercel.json for Spanish](https://github.com/nvdaes/vercelPinafore/blob/45c70fb2088fe5f2380a729dab83e6f3ab4e6291/vercel.json#L9).