This commit is contained in:
cupcakearmy 2022-03-01 02:04:43 +01:00
parent 8517c20e6c
commit ef39f9ec0b
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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', '')