<FromGitter>
<Brodan> im seeing a huge stacktrace along with `Warning: Deprecated Logger+#log. Use `Log` module instead` every time my amber app hot reloads, is that a know issue or am i on an old amber version?
<FromGitter>
<Brodan> cool okay! just wanted to make sure it wasnt just me :)
<FromGitter>
<Brodan> im working on a blog post re setting up amber with 2 factor authentication. its just about finished, would anyone want to proof-read it or anything?
<FromGitter>
<drujensen> Lol. I will take a look soon. Thanks for working on this feature.
<FromGitter>
<damianham> your welcome, also many thanks to @andrewc910 for his Monchi shard which was the basis for much of the first plugin I have developed to test the feature. Still sooooo much to do and so little time...
<FromGitter>
<drujensen> Just looking at the description. Did you find a way to deploy the plugins as a shard?
<FromGitter>
<drujensen> Or are you still doing zip downloads?
<FromGitter>
<drujensen> That was my biggest concern with recipes. Was hoping dependencies would be handled using the shard versioning.
ChanServ has quit [*.net *.split]
ChanServ has joined #amber
<FromGitter>
<alexneisc> Hello everyone. I am trying to create my first app with Amber. I only need an API, no frontend. I can’t disable NodeJS, Webpacker, and other frontend stuff. I tried to find the answer in the documentation, but could not find it. Could you please help me?
<robacarp>
the easiest way is to use an api generator instead of the default generator
<FromGitter>
<alexneisc> @robacarp Yes, I use the API generator. The problem is that when I start amber watch I see that the installation of node modules is happening. I don't need node modules at all. I would like to delete them altogether.
ChanServ has quit [*.net *.split]
ChanServ has joined #amber
<FromGitter>
<drujensen> Also remove the npm section in the .amber.yml
<FromGitter>
<alexneisc> @drujensen it worked. Thanks!