diff --git a/snap.config.js b/snap.config.js new file mode 100644 index 0000000..5e7bff6 --- /dev/null +++ b/snap.config.js @@ -0,0 +1,8 @@ +module.exports = { + cliOptions: { + dist: 'dist', + outfileName: 'bundle.js', + src: 'src/index.js', + port: 8081 + } +}; diff --git a/snap.config.json b/snap.config.json deleted file mode 100644 index aa309bd..0000000 --- a/snap.config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dist": "dist", - "outfileName": "bundle.js", - "src": "src/index.js" -} \ No newline at end of file