chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "tools-documentation-create-embeddings",
|
||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "tools/documentation/create-embeddings/src",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nx/esbuild:esbuild",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"defaultConfiguration": "production",
|
||||
"options": {
|
||||
"platform": "node",
|
||||
"outputPath": "tools/documentation/create-embeddings/dist",
|
||||
"format": ["esm"],
|
||||
"bundle": true,
|
||||
"main": "tools/documentation/create-embeddings/src/main.mts",
|
||||
"tsConfig": "tools/documentation/create-embeddings/tsconfig.app.json",
|
||||
"assets": ["tools/documentation/create-embeddings/src/assets"],
|
||||
"esbuildOptions": {
|
||||
"sourcemap": true,
|
||||
"outExtension": {
|
||||
".js": ".js"
|
||||
}
|
||||
},
|
||||
"external": ["fs", "path", "crypto"],
|
||||
"skipTypeCheck": true
|
||||
},
|
||||
"configurations": {
|
||||
"development": {},
|
||||
"production": {
|
||||
"esbuildOptions": {
|
||||
"sourcemap": false,
|
||||
"outExtension": {
|
||||
".js": ".js"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"run-node": {
|
||||
"executor": "@nx/js:node",
|
||||
"defaultConfiguration": "development",
|
||||
"options": {
|
||||
"buildTarget": "tools-documentation-create-embeddings:build",
|
||||
"watch": false
|
||||
},
|
||||
"configurations": {
|
||||
"development": {
|
||||
"buildTarget": "tools-documentation-create-embeddings:build:development"
|
||||
},
|
||||
"production": {
|
||||
"buildTarget": "tools-documentation-create-embeddings:build:production"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
Reference in New Issue
Block a user