2020-01-15 14:14:54 +01:00
|
|
|
#!/usr/bin/env node
|
|
|
|
|
2020-04-16 07:45:48 +02:00
|
|
|
/*
|
|
|
|
* Copyright (C) SapphireCode - All Rights Reserved
|
|
|
|
* This file is part of Snippeteer which is released under BSD-3-Clause.
|
|
|
|
* See file 'LICENSE' for full license details.
|
|
|
|
* Created by Timo Hocker <timo@scode.ovh>, April 2020
|
|
|
|
*/
|
|
|
|
|
2020-01-30 10:57:34 +01:00
|
|
|
'use strict';
|
|
|
|
|
2020-04-15 20:21:00 +02:00
|
|
|
// @ts-ignore
|
|
|
|
// eslint-disable-next-line node/no-missing-require
|
|
|
|
require ('./dist');
|