Skip to content

Commit

Permalink
fix: serve:stable script
Browse files Browse the repository at this point in the history
  • Loading branch information
ReachGz committed Feb 14, 2024
1 parent bbd90dd commit ed5c239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"watch": "tsc --watch",
"serve": "vite preview",
"serve:generate-cert": "mkdir -p releases && cd releases && openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem",
"serve:stable": "ts-node-esm tools/serve-stable.mts stable",
"serve:stable": "node --loader ts-node/esm tools/serve-stable.mts stable",
"serve:latest": "ts-node-esm tools/serve-stable.mts",
"test": "vitest",
"test:ui": "vitest --ui",
Expand Down

0 comments on commit ed5c239

Please sign in to comment.