mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 07:54:22 +00:00
Enable appDir
This commit is contained in:
parent
fea25894b7
commit
6d30192dfa
2 changed files with 6 additions and 0 deletions
3
app/page.tsx
Normal file
3
app/page.tsx
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
export default function Page() {
|
||||||
|
return <h1>Hello, Next.js!</h1>;
|
||||||
|
}
|
|
@ -12,6 +12,9 @@ const moduleExports = {
|
||||||
sentry: {
|
sentry: {
|
||||||
hideSourceMaps: false,
|
hideSourceMaps: false,
|
||||||
},
|
},
|
||||||
|
experimental: {
|
||||||
|
appDir: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const sentryWebpackPluginOptions = {
|
const sentryWebpackPluginOptions = {
|
||||||
|
|
Loading…
Reference in a new issue