A new start
This commit is contained in:
9
ecosystem.config.js
Normal file
9
ecosystem.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "language-server",
|
||||
script:
|
||||
"./node_modules/@github/copilot-language-server/dist/language-server.js",
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user