Skip to content

Commit

Permalink
Merge pull request #7 from alexchristianqr/develop
Browse files Browse the repository at this point in the history
actualizado type module
  • Loading branch information
alexchristianqr authored Jan 10, 2025
2 parents 08c570a + eb01184 commit c8fc4ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions generate-env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { writeFileSync } from "fs";
import * as dotenv from "dotenv";
const { writeFileSync } = require("fs");
const dotenv = require("dotenv");

// Cargar las variables de entorno
dotenv.config();
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "game-apps",
"version": "0.2.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0",
Expand Down

0 comments on commit c8fc4ec

Please sign in to comment.