@adonisjs/assembler
Advanced tools
Comparing version 7.8.1 to 7.8.2
@@ -280,2 +280,3 @@ // src/bundler.ts | ||
stdio: "inherit", | ||
reject: true, | ||
script: assetsBundler.cmd, | ||
@@ -490,2 +491,3 @@ scriptArgs: assetsBundler.args | ||
script: this.#options.cmd, | ||
reject: true, | ||
/** | ||
@@ -630,2 +632,3 @@ * We do not inherit the stdio for vite and encore, because in | ||
nodeArgs: this.#options.nodeArgs, | ||
reject: true, | ||
scriptArgs: this.#options.scriptArgs | ||
@@ -970,2 +973,3 @@ }); | ||
script: this.#scriptFile, | ||
reject: true, | ||
env: { PORT: port, ...this.#options.env }, | ||
@@ -972,0 +976,0 @@ nodeArgs: this.#options.nodeArgs, |
{ | ||
"name": "@adonisjs/assembler", | ||
"description": "Provides utilities to run AdonisJS development server and build project for production", | ||
"version": "7.8.1", | ||
"version": "7.8.2", | ||
"engines": { | ||
@@ -46,4 +46,4 @@ "node": ">=20.6.0" | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@swc/core": "^1.7.22", | ||
"@types/node": "^22.5.1", | ||
"@swc/core": "^1.7.23", | ||
"@types/node": "^22.5.2", | ||
"@types/picomatch": "^3.0.1", | ||
@@ -50,0 +50,0 @@ "@types/pretty-hrtime": "^1.0.3", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193424
2250