Skip to content

Commit

Permalink
Update commoners.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed May 22, 2024
1 parent 4d2821c commit 6aa4838
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion commoners.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,22 @@ export default defineConfig({
publish: 'https://node-production-aa81.up.railway.app/'
},

devNode: {
description: 'A development Node.js server',
src: './src/services/node/index.js',
publish: false // NOTE: Must try sending messages and checking
},

localNode: {
description: 'A local Node.js server',
src: './src/services/node/index.js',
publish: true // Any local configuration defaults to this
publish: true

// {
// // local: true,
// // local: './dist/services/node/index', // NOTE: This actually doesn't change the output location...
// remote: false // Must include to remove auto-built service from remote
// }
},

// Packaged with pyinstaller
Expand Down

0 comments on commit 6aa4838

Please sign in to comment.