actualizacion comando postinstall

This commit is contained in:
Luis Cespedes 2025-05-09 12:24:53 -04:00
parent fdf24c3a62
commit 6090128206
4 changed files with 9 additions and 5 deletions

3
package-lock.json generated
View File

@ -43,6 +43,9 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2"
},
"engines": {
"node": ">=18.x"
}
},
"node_modules/@ampproject/remapping": {

View File

@ -4,6 +4,7 @@
"engines": {
"node": ">=18.x"
},
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -51,4 +52,4 @@
"typescript": "~5.7.2"
},
"description": "cronogramas - Proyecto generado desde template"
}
}

View File

@ -1,6 +1,6 @@
const fs = require('fs');
const path = require('path');
const readline = require('readline');
import fs from 'fs';
import path from 'path';
import readline from 'readline';
const rl = readline.createInterface({
input: process.stdin,

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cronogramas</title>
<title>cronogramas</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">