mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 12:35:53 +00:00
Add stackbit.config.ts
This commit is contained in:
parent
eda10b1212
commit
dc9b86d1cf
9
stackbit.config.ts
Normal file
9
stackbit.config.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { defineStackbitConfig } from '@stackbit/types';
|
||||
|
||||
export default defineStackbitConfig({
|
||||
"stackbitVersion": "~0.6.0",
|
||||
"nodeVersion": "18",
|
||||
"ssgName": "custom",
|
||||
"contentSources": [],
|
||||
"postInstallCommand": "npm i --no-save @stackbit/types"
|
||||
})
|
Loading…
Reference in New Issue
Block a user