diff --git a/app/page.tsx b/app/page.tsx
new file mode 100644
index 0000000..2af0a4f
--- /dev/null
+++ b/app/page.tsx
@@ -0,0 +1,3 @@
+export default function Page() {
+ return
Hello, Next.js!
;
+}
\ No newline at end of file
diff --git a/next.config.js b/next.config.js
index bee2ae7..e078c5f 100644
--- a/next.config.js
+++ b/next.config.js
@@ -12,6 +12,9 @@ const moduleExports = {
sentry: {
hideSourceMaps: false,
},
+ experimental: {
+ appDir: true,
+ },
};
const sentryWebpackPluginOptions = {