mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-26 20:49:29 +00:00
esbuild
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"build": "rimraf ../../build && tsc --outDir ../../build",
|
||||
"dev": "tsx watch --clear-screen=false src",
|
||||
"dev-old": "tsx watch --clear-screen=false src",
|
||||
"dev": "nodemon",
|
||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"test-dev": "start-server-and-test 'tsx src/server' http-get://localhost:2022 'tsx src/client'",
|
||||
@@ -65,6 +66,8 @@
|
||||
"@types/node-fetch": "2.6.2",
|
||||
"@types/shell-quote": "^1.7.1",
|
||||
"@types/ws": "8.5.3",
|
||||
"esbuild": "0.15.15",
|
||||
"nodemon": "2.0.20",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.2",
|
||||
"start-server-and-test": "1.14.0",
|
||||
|
||||
Reference in New Issue
Block a user