mirror of
https://github.com/amark/gun.git
synced 2025-06-07 14:46:44 +00:00
added yarn.lock to gitignore and fixed npm start
This commit is contained in:
parent
58753e0f9e
commit
1c25b51e41
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
node_modules/*
|
node_modules/*
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
yarn.lock
|
||||||
*data.json
|
*data.json
|
||||||
*.db
|
*.db
|
||||||
.idea/
|
.idea/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
var port = process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || process.argv[2] || 80;
|
var port = process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || process.argv[2] || 80;
|
||||||
|
|
||||||
var Gun = require('gun');
|
var Gun = require('../');
|
||||||
var gun = Gun({
|
var gun = Gun({
|
||||||
file: 'data.json',
|
file: 'data.json',
|
||||||
s3: {
|
s3: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user