Questions tagged [stencil-compiler]
17 questions
0
votes
2 answers
Stencil: Sudden build error without message after adding `@Method` to component
I cannot give too much information here (because there really isn't), but only this:
All of the sudden, after adding a @Method function to a stencil component:
@Method()
async setMenuItems(items: Element[]): Promise {
// code here
}
theā¦

jlang
- 929
- 11
- 32
0
votes
1 answer
How to set process.env.PORT on Stencil-JS app
Does anyone know the proper way to edit the process.env.PORT property in a StencilJS app?

hamada
- 1
- 1