- Move backend/ to apps/server/ via git mv - Move frontend/ to apps/admin/ via git mv - Create packages/typescript-config/ with base, nestjs, and react-vite presets
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|