test
Build KX3DEX.radio / Build and Deploy (push) Successful in 28m58s Details

master kx3dex_radio_v1.3.5
Robert Burgess 2024-08-15 15:49:05 -04:00
parent d6958ea3ea
commit ff979a2cfc
3 changed files with 2 additions and 4 deletions

View File

@ -4,8 +4,6 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app WORKDIR /app
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN yarn config set network-timeout 100000 RUN yarn config set network-timeout 100000
#RUN apk add g++ make py3-pip
#RUN yarn global add node-gyp
RUN yarn install RUN yarn install
# Rebuild the source code only when needed # Rebuild the source code only when needed

View File

@ -9,7 +9,7 @@ export default async function Home() {
if there is anything you have for suggestions on projects you'd like to see a writeup on email me at bluebulletrl@gmail.com. Still need to setup email for this domain. if there is anything you have for suggestions on projects you'd like to see a writeup on email me at bluebulletrl@gmail.com. Still need to setup email for this domain.
</div> </div>
<div className="grid grid-cols-1 md:grid-cols-1 mt-5 gap-5"> <div className="grid grid-cols-1 md:grid-cols-1 mt-5 gap-5">
Coming soon will be an updated DexNet guide that will include Meshtastic Information. Coming soon will be an updated DexNet guide that will include Meshtastic Information. New document will be uploaded End of August.
</div> </div>
</div> </div>
); );

View File

@ -1,6 +1,6 @@
{ {
"name": "kx3dex_radio", "name": "kx3dex_radio",
"version": "1.3.0", "version": "1.3.5",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",