mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Site\\": "app/src/"
|
|
},
|
|
"classmap": [
|
|
"app/src/Pages/Page.php",
|
|
"app/src/Pages/PageController.php"
|
|
]
|
|
}
|
|
}
|