Skip to content

Commit

Permalink
Rename snap.config.json to snap.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vsakos committed Aug 29, 2023
1 parent e603b9f commit 62ec7b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions snap.config.js
@@ -0,0 +1,8 @@
module.exports = {
cliOptions: {
dist: 'dist',
outfileName: 'bundle.js',
src: 'src/index.js',
port: 8081
}
};
5 changes: 0 additions & 5 deletions snap.config.json

This file was deleted.

0 comments on commit 62ec7b4

Please sign in to comment.