add style.developomp.com

This commit is contained in:
Kim, Jimin 2022-12-13 17:48:17 +09:00
parent f65084375e
commit c6190c44bd
21 changed files with 472 additions and 56 deletions

View file

@ -23,6 +23,18 @@
}
],
"ignore": ["**/.*"]
},
{
"target": "style",
"cleanUrls": true,
"public": "apps/style/storybook-static",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": ["**/.*"]
}
]
}