mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add .pem loader to tsup
This commit is contained in:
@@ -23,7 +23,8 @@ export default defineConfig({
|
|||||||
loader: {
|
loader: {
|
||||||
".handlebars": "copy",
|
".handlebars": "copy",
|
||||||
".md": "copy",
|
".md": "copy",
|
||||||
".txt": "copy"
|
".txt": "copy",
|
||||||
|
".pem": "copy"
|
||||||
},
|
},
|
||||||
external: ["../../../frontend/node_modules/next/dist/server/next-server.js"],
|
external: ["../../../frontend/node_modules/next/dist/server/next-server.js"],
|
||||||
outDir: "dist",
|
outDir: "dist",
|
||||||
|
|||||||
Reference in New Issue
Block a user