bolt.new/stackbit.config.ts
2025-02-05 02:38:54 -06:00

9 lines
266 B
TypeScript

import { defineStackbitConfig } from '@stackbit/types';
export default defineStackbitConfig({
"stackbitVersion": "~0.6.0",
"nodeVersion": "18",
"ssgName": "custom",
"contentSources": [],
"postInstallCommand": "npm i --no-save @stackbit/types"
})