aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/scripts/main.js
blob: f41ff5f49027ab6fe701c52b8b13084fabb6c8f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * main.js
 * Copyright (c) 2019, Texx
 * License: MIT
 *     See https://github.com/texxme/Texx/blob/master/LICENSE
 */

/**
 * This file only pulls all dependencies together
 * so it is compileable by browserify
 */
//require('webrtc-adapter/dist/adapter_core');
require('@fortawesome/fontawesome-free/js/all.min');
require('./peer');
require('./chat');