Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 21adefaf0c |
26 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.246.0",
|
||||
"version": "0.247.0",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
".": {
|
||||
"types": "./dist-front/index.d.mts",
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.js"
|
||||
"require": "./dist-back/index.cjs"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ export const tsup_config_back: Options = {
|
|||
sourcemap: false,
|
||||
minify: false, // Geralmente não minificamos o código do backend em produção, mas você pode mudar
|
||||
platform: "node",
|
||||
outExtension: () => ({ js: ".js" }),
|
||||
outExtension: () => ({ js: ".cjs" }),
|
||||
}
|
||||
|
||||
// Exporta a configuração padrão usando defineConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue