mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"chromeWebSecurity": false,
|
|
"backendUrl": "http://localhost:1337",
|
|
"baseUrl": "http://localhost:1337",
|
|
"frontLoadingDelay": 3000,
|
|
"animDelay": 1000,
|
|
"serverRestartDelay": 11000,
|
|
"viewportHeight": 900,
|
|
"viewportWidth": 1440,
|
|
"integrationFolder": "./packages"
|
|
}
|