test
Build KX3DEX.radio / Build and Deploy (push) Successful in 28m58s
Details
Build KX3DEX.radio / Build and Deploy (push) Successful in 28m58s
Details
parent
d6958ea3ea
commit
ff979a2cfc
|
@ -4,8 +4,6 @@ RUN apk add --no-cache libc6-compat
|
|||
WORKDIR /app
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn config set network-timeout 100000
|
||||
#RUN apk add g++ make py3-pip
|
||||
#RUN yarn global add node-gyp
|
||||
RUN yarn install
|
||||
|
||||
# Rebuild the source code only when needed
|
||||
|
|
|
@ -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.
|
||||
</div>
|
||||
<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>
|
||||
);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "kx3dex_radio",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
|
Loading…
Reference in New Issue