Edit gitignore file
This commit is contained in:
2
frontend/style/node_modules/next/dist/server/app-render/dynamic-rendering.d.ts
generated
vendored
2
frontend/style/node_modules/next/dist/server/app-render/dynamic-rendering.d.ts
generated
vendored
@@ -19,7 +19,7 @@
|
||||
* unstable_cache should error. If you want to use some dynamic data inside unstable_cache you should
|
||||
* read that data outside the cache and pass it in as an argument to the cached function.
|
||||
*/
|
||||
import type { StaticGenerationStore } from 'next/dist/client/components/static-generation-async-storage.external';
|
||||
import type { StaticGenerationStore } from '../../client/components/static-generation-async-storage.external';
|
||||
type DynamicAccess = {
|
||||
/**
|
||||
* If debugging, this will contain the stack trace of where the dynamic access
|
||||
|
||||
Reference in New Issue
Block a user