formatting fixes

This commit is contained in:
2026-02-04 18:49:57 +00:00
parent 7fd0055d49
commit 6238d3f0bf
4 changed files with 19 additions and 18 deletions

View File

@@ -1,14 +1,16 @@
module.exports = {
apps: [{
name: 'fonts',
script: 'bun',
args: 'run dev',
interpreter: 'none',
watch: true,
ignore_watch: ['node_modules', 'logs'],
env: {
NODE_ENV: 'development'
},
log_date_format: 'YYYY-MM-DD HH:mm:ss Z'
}]
}
apps: [
{
name: "fonts",
script: "bun",
args: "run dev",
interpreter: "none",
watch: true,
ignore_watch: ["node_modules", "logs"],
env: {
NODE_ENV: "development",
},
log_date_format: "YYYY-MM-DD HH:mm:ss Z",
},
],
};