mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-28 00:01:27 +02:00
Copy .env.example to .env during composer create-project script
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
"scripts": {
|
||||
"serve": "php -S localhost:8080",
|
||||
"post-create-project-cmd": [
|
||||
"npm install && npm run dev"
|
||||
"npm install && npm run dev",
|
||||
"cp .env.example .env"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user