diff --git a/now.json b/now.json new file mode 100644 index 0000000..0363584 --- /dev/null +++ b/now.json @@ -0,0 +1,22 @@ +{ + "version": 2, + "public": true, + "scope": "autark", + "name": "about", + "alias": "about-nightly", + "builds": [ + { + "src": "package.json", + "use": "@now/static-build", + "config": { "distDir": "dist" } + } + ], + "github": { + "silent": true + }, + "build": { + "env": { + "NODE_ENV": "staging" + } + } +} \ No newline at end of file diff --git a/package.json b/package.json index 13199a6..5545151 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@autarklabs/aragon-about", "version": "0.0.0", "description": "Aragon About app from Autark", - "main": "app/src/index.js", + "main": "app/index.js", "dependencies": { "@aragon/api-react": "2.0.0-beta.8", "@aragon/api": "2.0.0-beta.8",