mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 00:06: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
|
||||
|
||||
WORKDIR /tmp
|
||||
@ -8,7 +8,7 @@ RUN npm install -g pnpm
|
||||
RUN pnpm install
|
||||
RUN pnpm run build
|
||||
|
||||
# Rust
|
||||
# Backend
|
||||
FROM rust:1.59-alpine as RUST
|
||||
|
||||
WORKDIR /tmp
|
||||
|
@ -22,10 +22,6 @@
|
||||
contents: await Files.toString(file),
|
||||
}))
|
||||
)
|
||||
console.debug(
|
||||
'files',
|
||||
data.map((d) => d.contents.length)
|
||||
)
|
||||
dispatch('file', JSON.stringify(data))
|
||||
} else {
|
||||
dispatch('file', '')
|
||||
|
Loading…
Reference in New Issue
Block a user