1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 07:54:22 +00:00

Enable appDir

This commit is contained in:
Steffo 2023-03-15 09:07:38 +00:00 committed by GitHub
parent fea25894b7
commit 6d30192dfa
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

3
app/page.tsx Normal file
View file

@ -0,0 +1,3 @@
export default function Page() {
return <h1>Hello, Next.js!</h1>;
}

View file

@ -12,6 +12,9 @@ const moduleExports = {
sentry: { sentry: {
hideSourceMaps: false, hideSourceMaps: false,
}, },
experimental: {
appDir: true,
},
}; };
const sentryWebpackPluginOptions = { const sentryWebpackPluginOptions = {