fix: app image cannot find resources (#458)

* fix: typo prevents linux from finding resources
This commit is contained in:
Carlos Valente
2023-07-20 21:35:09 +02:00
committed by GitHub
parent c73f7e2207
commit 6ef6b0fdcd
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "2.0.8",
"version": "2.0.9",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.5.5",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "2.0.8",
"version": "2.0.9",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "ontime-server",
"type": "module",
"main": "src/index.ts",
"version": "2.0.8",
"version": "2.0.9",
"exports": "./src/index.js",
"dependencies": {
"body-parser": "^1.20.0",
+1 -1
View File
@@ -41,7 +41,7 @@ export const isDocker = env === 'docker';
// =================================================
// resolve path to external
const productionPath = '../../Resources/extraResources/client';
const productionPath = '../../resources/extraResources/client';
const devPath = '../../client/build/';
const dockerPath = 'client/';
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "2.0.8",
"version": "2.0.9",
"description": "Time keeping for live events",
"keywords": [
"lighdev",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "ontime-utils",
"type": "module",
"exports": "./index.ts",
"version": "2.0.8",
"version": "2.0.9",
"private": true,
"description": "shared logic for ontime",
"scripts": {