This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-05 08:02:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
examples
/
getstarted
/
config
/
features.js
6 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: set up content history files (#19298) * setup history server files * add admin files * chore: remove dedicated lifecycle files
2024-01-23 18:15:34 +01:00
module
.
exports
=
(
{
env
}
)
=>
(
{
future
:
{
chore: set up preview feature boilerplate (#21443) * chore: set up preview feature boilerplate * fix: admin build
2024-09-25 05:54:59 -04:00
preview
:
env
.
bool
(
'STRAPI_FUTURE_PREVIEW'
,
false
)
,
chore: set up content history files (#19298) * setup history server files * add admin files * chore: remove dedicated lifecycle files
2024-01-23 18:15:34 +01:00
}
,
}
)
;
Reference in New Issue
Copy Permalink