From 13a8090c331196035e5fc4329da77da759e687b5 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 26 Nov 2023 14:26:46 +0400 Subject: [PATCH] p --- .github/workflows/deploy-account.yml | 1 + account/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-account.yml b/.github/workflows/deploy-account.yml index b613784..c675cd8 100644 --- a/.github/workflows/deploy-account.yml +++ b/.github/workflows/deploy-account.yml @@ -49,3 +49,4 @@ jobs: rm -rf apps/live/account tar -xzf account.tar.gz -C ~/apps/live rm account.tar.gz + pm2 restart account diff --git a/account/tsconfig.json b/account/tsconfig.json index 98372ce..783d49b 100644 --- a/account/tsconfig.json +++ b/account/tsconfig.json @@ -6,7 +6,7 @@ // "incremental": true, /* Enable incremental compilation */ "target": "ES2022", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ - "lib": ["ES2023"], /* Specify library files to be included in the compilation. */ + // "lib": ["ES2023"], /* Specify library files to be included in the compilation. */ // "allowJs": true, /* Allow javascript files to be compiled. */ // "checkJs": true, /* Report errors in .js files. */ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */