@ezetgalaxy/titan 25.12.3 → 25.12.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezetgalaxy/titan",
3
- "version": "25.12.3",
3
+ "version": "25.12.4",
4
4
  "description": "JavaScript backend framework that compiles your JS into a Rust + Axum server.",
5
5
  "license": "ISC",
6
6
  "author": "ezetgalaxy",
@@ -6,7 +6,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
6
6
  && apt-get install -y nodejs
7
7
 
8
8
  # Install Titan CLI AND its required dependencies
9
- RUN npm install -g @ezetgalaxy/titan esbuild chokidar
9
+ RUN npm install -g @ezetgalaxy/titan
10
10
 
11
11
  WORKDIR /app
12
12
 
@@ -14,7 +14,7 @@ WORKDIR /app
14
14
  COPY . .
15
15
 
16
16
  # Install Titan dependencies LOCALLY
17
- RUN npm install esbuild chokidar
17
+ RUN npm install
18
18
 
19
19
  # Build Titan metadata (routes + bundles)
20
20
  RUN tit build