Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Dec 14, 2023
2 parents ccbfb58 + ca17ebf commit 663d47b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# Python Service Output
build

# Custom Build Output
.site

# Dependencies
node_modules

Expand Down
5 changes: 1 addition & 4 deletions commoners.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ export default defineConfig({
localNode: {
description: 'A local Node.js server',
src: './src/services/node/index.js',
publish: {
local: './dist/services/node/index'
}
// publish: './dist/services/node/index'
publish: true // Any local configuration defaults to this
},

// Packaged with pyinstaller
Expand Down

0 comments on commit 663d47b

Please sign in to comment.