forked from cerc-io/laconic-console
DxOS -> DXOS
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright 2020 DxOS.org
|
||||
// Copyright 2020 DXOS.org
|
||||
//
|
||||
|
||||
module.exports = {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
app:
|
||||
title: 'Console'
|
||||
org': 'DxOS'
|
||||
org': 'DXOS'
|
||||
theme: 'dark'
|
||||
website: 'https://dxos.org'
|
||||
publicUrl: '/console'
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
app:
|
||||
title: 'Console'
|
||||
org': 'DxOS'
|
||||
org': 'DXOS'
|
||||
theme: 'dark'
|
||||
website: 'https://dxos.org'
|
||||
publicUrl: '/console'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@dxos/console-server",
|
||||
"version": "1.0.0-beta.14",
|
||||
"description": "DxOS Console Server",
|
||||
"description": "DXOS Console Server",
|
||||
"main": "dist/es/index.js",
|
||||
"bin": {
|
||||
"dxos-console": "bin/console.js"
|
||||
@@ -20,7 +20,7 @@
|
||||
"test": "jest --rootDir ./src --passWithNoTests --no-cache",
|
||||
"start": "CONFIG_FILE=./config.yml BABEL_DISABLE_CACHE=1 nodemon --exec babel-node src/server/main.js -- --verbose"
|
||||
},
|
||||
"author": "DxOS.org",
|
||||
"author": "DXOS.org",
|
||||
"license": "GPL-3.0",
|
||||
"browserslist": [
|
||||
"> 5%"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright 2020 DxOS.org
|
||||
// Copyright 2020 DXOS.org
|
||||
//
|
||||
|
||||
import debug from 'debug';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright 2020 DxOS.org
|
||||
# Copyright 2020 DXOS.org
|
||||
#
|
||||
|
||||
# TODO(burdon): Replace generic results with schema.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright 2020 DxOS.org
|
||||
// Copyright 2020 DXOS.org
|
||||
//
|
||||
|
||||
import debug from 'debug';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright 2020 DxOS.org
|
||||
// Copyright 2020 DXOS.org
|
||||
//
|
||||
|
||||
import debug from 'debug';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright 2020 DxOS.org
|
||||
// Copyright 2020 DXOS.org
|
||||
//
|
||||
|
||||
import { spawnSync } from 'child_process';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright 2020 DxOS.org
|
||||
// Copyright 2020 DXOS.org
|
||||
//
|
||||
|
||||
import fs from 'fs';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright 2020 DxOS.org
|
||||
// Copyright 2020 DXOS.org
|
||||
//
|
||||
|
||||
import compression from 'compression';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Copyright 2019 DxOS
|
||||
// Copyright 2019 DXOS.org
|
||||
//
|
||||
|
||||
const path = require('path');
|
||||
@@ -67,7 +67,7 @@ module.exports = {
|
||||
new HtmlWebPackPlugin({
|
||||
template: './public/index.html',
|
||||
templateParameters: {
|
||||
title: 'DxOS Console'
|
||||
title: 'DXOS Console'
|
||||
}
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user