diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-08 18:10:46 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-08 18:20:11 -0400 |
| commit | 782293bb04d1abc797e8667afa6e9666a1608b49 (patch) | |
| tree | 6beb4f932b4418a5710e91eb95d58d4b86d996b1 /package.json | |
| parent | e9750514519f2522ef046c5b723f172044a30b98 (diff) | |
| download | xesite-782293bb04d1abc797e8667afa6e9666a1608b49.tar.xz xesite-782293bb04d1abc797e8667afa6e9666a1608b49.zip | |
add npm run dev command
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index b999ef0..37e03d6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "doc": "docs" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "dev": "go run ./cmd/xesite --site-url https://preview.xeiaso.net --devel" }, "repository": { "type": "git", @@ -22,4 +23,4 @@ "dependencies": { "execa": "^8.0.1" } -} +}
\ No newline at end of file |
