Skip to content

Commit cf7aceb

Browse files
jorgegonzale135ne0c0der
authored andcommitted
Remove automated release process and related dependencies
Remove semantic-release dependencies and configurations from package.json, and remove the 'release' script. Replit-Commit-Author: Agent Replit-Commit-Session-Id: bd840a47-3b56-4693-a2d4-e32dd38d1b4f Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 6498331d-f6ac-4ec6-a48f-52ab989e774c Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8b5c8f2e-bb5f-4309-bda2-63b006a9e4af/bd840a47-3b56-4693-a2d4-e32dd38d1b4f/CI99IiA
1 parent e8499c2 commit cf7aceb

5 files changed

Lines changed: 3296 additions & 9782 deletions

File tree

.releaserc.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

.replit

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
modules = ["nodejs-20"]
2+
[agent]
3+
expertMode = true
4+
5+
[workflows]
6+
runButton = "Project"
7+
8+
[[workflows.workflow]]
9+
name = "Project"
10+
mode = "parallel"
11+
author = "agent"
12+
13+
[[workflows.workflow.tasks]]
14+
task = "workflow.run"
15+
args = "docs-server"
16+
17+
[[workflows.workflow]]
18+
name = "docs-server"
19+
author = "agent"
20+
21+
[[workflows.workflow.tasks]]
22+
task = "shell.exec"
23+
args = "npm run dev"
24+
waitForPort = 5000
25+
26+
[workflows.workflow.metadata]
27+
outputType = "webview"
28+
29+
[[ports]]
30+
localPort = 5000
31+
externalPort = 80

0 commit comments

Comments
 (0)