feat/001/navbar-restore
Ruby Tartakovsky 2024-10-01 01:14:29 +00:00
parent f729c8ee71
commit e1c224da0a
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import PropTypes from 'prop-types';
import { Component, useEffect } from 'react';
import { defineMessages, injectIntl, useIntl , FormattedMessage } from 'react-intl';
import { defineMessages, injectIntl, useIntl, FormattedMessage} from 'react-intl';
import { useSelector, useDispatch, connect } from 'react-redux';

View File

@ -1,3 +1,3 @@
#! /bin/bash
sudo su - mastodon -c 'cd live && RAILS_ENV=production bundle exec rails tmp:cache:clear && RAILS_ENV=production bundle exec rails assets:precompile'
sudo systemctl restart mastodon-*
#!/bin/bash
sudo su - mastodon -c 'cd live && RAILS_ENV=development bundle exec rails tmp:cache:clear && RAILS_ENV=development bundle exec rails assets:precompile'
sudo systemctl restart mastodon-*