mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 16:26:28 +00:00
cleanup
This commit is contained in:
parent
8517c20e6c
commit
ef39f9ec0b
@ -1,4 +1,4 @@
|
|||||||
# Client
|
# Frontend
|
||||||
FROM node:16-alpine as CLIENT
|
FROM node:16-alpine as CLIENT
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
@ -8,7 +8,7 @@ RUN npm install -g pnpm
|
|||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
RUN pnpm run build
|
RUN pnpm run build
|
||||||
|
|
||||||
# Rust
|
# Backend
|
||||||
FROM rust:1.59-alpine as RUST
|
FROM rust:1.59-alpine as RUST
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
@ -22,10 +22,6 @@
|
|||||||
contents: await Files.toString(file),
|
contents: await Files.toString(file),
|
||||||
}))
|
}))
|
||||||
)
|
)
|
||||||
console.debug(
|
|
||||||
'files',
|
|
||||||
data.map((d) => d.contents.length)
|
|
||||||
)
|
|
||||||
dispatch('file', JSON.stringify(data))
|
dispatch('file', JSON.stringify(data))
|
||||||
} else {
|
} else {
|
||||||
dispatch('file', '')
|
dispatch('file', '')
|
||||||
|
Loading…
Reference in New Issue
Block a user