mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 11:38:07 +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);
|