diff options
author | Alan Pearce | 2023-09-11 19:43:06 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-11 19:43:06 +0200 |
commit | 51cc4389f6dc7947ee34d1b3367876941e8a8fbc (patch) | |
tree | 300ad6bc3cdfcdbbc73e7a543e0807c2da6b7785 /package.json | |
parent | a25028aa30bf0f3b89a9a7c99192e1a14267fc97 (diff) | |
download | website-51cc4389f6dc7947ee34d1b3367876941e8a8fbc.tar.lz website-51cc4389f6dc7947ee34d1b3367876941e8a8fbc.tar.zst website-51cc4389f6dc7947ee34d1b3367876941e8a8fbc.zip |
Serve static files
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 96a8252..d0e61be 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ }, "type": "module", "dependencies": { - "siopao": "^0.4.0" + "serve-static-bun": "^0.5.3" } } \ No newline at end of file |