feat: introduce Gatekeeper application, Directus utilities, and monorepo configuration for linting, testing, and husky hooks.
This commit is contained in:
8
packages/gatekeeper/next.config.ts
Normal file
8
packages/gatekeeper/next.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import mintelNextConfig from "@mintel/next-config";
|
||||
import { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// Gatekeeper specific overrides
|
||||
};
|
||||
|
||||
export default mintelNextConfig(nextConfig);
|
||||
Reference in New Issue
Block a user