mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 13:41:22 +00:00
13 lines
227 B
JavaScript
13 lines
227 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: 'typescript tests',
|
|
script: './start.js',
|
|
env: {
|
|
HOST: 'localhost',
|
|
PORT: 3000
|
|
}
|
|
}
|
|
],
|
|
}
|