Joe Beaudry
Joe Beaudry
Yes sorry I didn't mean to leave that so cryptic haha, don't work on 8 things at once :p. But yes when using convert from-docker it would be really since...
Any Status update on this?
Bumping this to see if anyone has looked into it or if there is a roadmap to support this eventually again.
Not using vbox, using hyper-v default docker machine and will not be able to setup or push for vbox every where On Mon, Feb 11, 2019 at 2:02 PM Fatlonder...
You have to change them using docker flags with Linux containers but when you are using mixed mode containers I.e. windows containers along side Linux containers Docker throws an error...
Got tired of waiting and refocused effort in getting kubernetes cluster in azure working :/ On Fri, Mar 22, 2019 at 12:41 AM Simon wrote: > +1 on not working...
so.. if I am using ``` runtimeConfig: { sanity: { token: process.env.SANITY_TOKEN, }, auth0: { clientID: process.env.Auth0__ClientId, redirectUrl: process.env.Auth0__RedirectUri, audience: process.env.Auth0__Audience, domain: process.env.Auth0__Domain, logoutReturnTo: process.env.Auth0__LogoutReturn, }, public: { apiUrl: process.env.API_URL...
I had that, but it does not seem to work. I want to note that i do my preset build in my CI and ship my dist directory to cloudflare....
```ts // In development export default defineEventHandler((event) => { useRuntimeConfig(event).helloThere //general useRuntimeConfig(event).secret //undefined // Module syntax (cloudflare_module, cloudflare_pages) event.context.cloudflare.env.NITRO_HELLO_THERE //general event.context.cloudflare.env.SECRET //secret // Service worker syntax (cloudflare) NITRO_HELLO_THERE //general SECRET...
I have them set in the dashboard. Build my projects with terraform and they are setup on the project I am deploying to. And I am saying that process.env in...