mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
7 lines
180 B
JSON
7 lines
180 B
JSON
{
|
|
"watch": ["src/environments"],
|
|
"ext": "ts",
|
|
"ignore": ["src/environments/environment.ts"],
|
|
"exec": "ts-node --project ./tsconfig.ts-node.json scripts/set-env.ts --dev"
|
|
}
|