Skip to content

Releases: alan-turing-institute/serving

[fix] move certificate makefile into sub dir

Choose a tag to compare

@eeelllccc eeelllccc released this 20 Nov 17:23
v1.0.2

move certificate Makefile into a sub dir

optionally specify port number

Choose a tag to compare

@eeelllccc eeelllccc released this 20 Nov 17:08
v1.0.1

optionally pass custom port

Nix module using flakes

Choose a tag to compare

@eeelllccc eeelllccc released this 02 Sep 16:50

flake.nix calls default.nix which loads the source code (using a relative path) from the current commit.

with package.lock

Choose a tag to compare

@eeelllccc eeelllccc released this 02 Sep 14:11
v0.3

add package.lock

build and start npm scripts

Choose a tag to compare

@eeelllccc eeelllccc released this 02 Sep 12:26
v0.2

add start script and compile to /dist folder

v0.1

Choose a tag to compare

@eeelllccc eeelllccc released this 02 Sep 11:01

First release.
Single route (/) server listening for GET requests, serving static "Hello World" (text/plain) on localhost:3000.