Initial commit: Sproutlink short URL system
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "sproutlink",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"workspaces": ["worker", "web"],
|
||||
"scripts": {
|
||||
"dev:worker": "npm run dev --workspace=worker",
|
||||
"dev:web": "npm run dev --workspace=web",
|
||||
"build:web": "npm run build --workspace=web",
|
||||
"deploy:worker": "npm run deploy --workspace=worker"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user