vite #1

Merged
anthonycicc merged 3 commits from vite into main 2022-04-28 18:35:40 -04:00
2 changed files with 15 additions and 4 deletions
Showing only changes of commit 4159392864 - Show all commits

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
from mcr.microsoft.com/dotnet/sdk:6.0
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
&& apt install nodejs
RUN mkdir /just \
&& curl -L 'https://github.com/casey/just/releases/download/1.1.2/just-1.1.2-x86_64-unknown-linux-musl.tar.gz' | tar xvz -C /just
WORKDIR /srv

View file

@ -1,8 +1,10 @@
build:
set windows-powershell := true
serve:
pnpm run start
setup:
dotnet tool restore
npm i -g pnpm
dotnet tool restore
npm i -g pnpm
pnpm i
dotnet femto ./src
dotnet femto ./src