Redirecting.
+Opening Atlas for your project, click here if that doesn't happen automatically
+diff --git a/expo-module.config.json b/expo-module.config.json new file mode 100644 index 0000000..8b7967e --- /dev/null +++ b/expo-module.config.json @@ -0,0 +1,6 @@ +{ + "platforms": ["devtools"], + "devtools": { + "webpageRoot": "static" + } +} diff --git a/package.json b/package.json index 12ee9ee..3f56c86 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "cli.d.ts", "metro.js", "metro.d.ts", + "static", "webui/dist" ], "homepage": "https://github.com/expo/expo-atlas", diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..3f64400 --- /dev/null +++ b/static/index.html @@ -0,0 +1,56 @@ + + +
+ + + +Opening Atlas for your project, click here if that doesn't happen automatically
+