bun-types 1.3.6-canary.20260106T140718 → 1.3.6-canary.20260107T140751
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,7 @@ Alternatively, you can create a PM2 configuration file. Create a file named `pm2
|
|
|
33
33
|
|
|
34
34
|
```js pm2.config.js icon="file-code"
|
|
35
35
|
module.exports = {
|
|
36
|
-
|
|
36
|
+
name: "app", // Name of your application
|
|
37
37
|
script: "index.ts", // Entry point of your application
|
|
38
38
|
interpreter: "bun", // Bun interpreter
|
|
39
39
|
env: {
|
package/package.json
CHANGED