mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-29 10:13:41 +01:00
8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
import 'packs/public-path';
|
|
import { start } from '@rails/ujs';
|
|
import 'flavours/glitch/styles/index.scss';
|
|
|
|
start();
|
|
|
|
// This ensures that webpack compiles our images.
|
|
require.context('../images', true);
|