Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/pages/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
- [Using Runtime](guides/runtime_guides/using-runtime.md)
- [Contribution Guide](guides/contribution-guide.md)
- [Learning](resources/index.md)
- [AI](resources/ai-use-cases.md)
- [Build AI Integrations](resources/ai-use-cases.md)
- [Asset Compute Worker PS API](resources/asset-compute-worker-ps-api/index.md)
- [Requirements](resources/asset-compute-worker-ps-api/requirements.md)
- [Lesson 1: Create an app from Asset Compute template](resources/asset-compute-worker-ps-api/lesson1.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Assuming that `config` contains your Webpack configuration:
},
target: 'node' // Cannot change
entry: [
'<path to the action>',
'\<path to the action\>',
...config.entry
],
resolve: {
Expand Down
Loading
Loading