File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 1
- # aemssgdevelop
2
-
3
- Welcome to my Adobe I/O Application!
1
+ # AppBuilder SSG Template for Edge Delivery Storefront
4
2
5
3
## Setup
6
4
@@ -100,23 +98,6 @@ You can generate this file using the command `aio app use`.
100
98
before deploying it as a zipped action. Use this method if you want to keep
101
99
your action's dependencies separated.
102
100
103
- # # Debugging in VS Code
104
-
105
- While running your local server (`aio app run`), both UI and actions can be debugged, to do so open the vscode debugger
106
- and select the debugging configuration called `WebAndActions`.
107
- Alternatively, there are also debug configs for only UI and each separate action.
108
-
109
- # # Typescript support for UI
110
-
111
- To use typescript use `.tsx` extension for react components and add a `tsconfig.json`
112
- and make sure you have the below config added
113
- ```
114
- {
115
- "compilerOptions": {
116
- "jsx": "react"
117
- }
118
- }
119
- ```
120
101
# # LiveSearch
121
102
122
103
The action uses LiveSearch to list products from the store.
You can’t perform that action at this time.
0 commit comments