feature(database-connection): Restructure frontend
This commit is contained in:
15
frontend/generate-react-cli.json
Normal file
15
frontend/generate-react-cli.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"usesTypeScript": true,
|
||||
"usesCssModule": false,
|
||||
"cssPreprocessor": "scss",
|
||||
"testLibrary": "Testing Library",
|
||||
"component": {
|
||||
"default": {
|
||||
"path": "src/components",
|
||||
"withStyle": true,
|
||||
"withTest": true,
|
||||
"withStory": false,
|
||||
"withLazy": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user