orimização e testes de build hibrido
This commit is contained in:
parent
17aee620b3
commit
40dca15bff
53 changed files with 2944 additions and 697 deletions
3
testes/node/index.ts
Normal file
3
testes/node/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import {umaFuncao, umaVariavel} from 'p-comuns'
|
||||
console.log(umaVariavel)
|
||||
console.log(umaFuncao())
|
||||
15
testes/node/package.json
Normal file
15
testes/node/package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "node",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"p-comuns": "link:../.."
|
||||
}
|
||||
}
|
||||
13
testes/node/pnpm-lock.yaml
generated
Normal file
13
testes/node/pnpm-lock.yaml
generated
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
lockfileVersion: '9.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
dependencies:
|
||||
p-comuns:
|
||||
specifier: link:../..
|
||||
version: link:../..
|
||||
Loading…
Add table
Add a link
Reference in a new issue