This commit is contained in:
Luiz H. R. Silva 2024-06-03 12:06:48 -03:00
parent 50e713e51c
commit 921d5b3418
11 changed files with 497 additions and 4 deletions

5
dist-require/index.js Normal file
View file

@ -0,0 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.testeDrivers = void 0;
const testeDrivers = () => console.log("Drivers conectado");
exports.testeDrivers = testeDrivers;