Skip to content

Commit

Permalink
refactor: ✨ rename server folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kien-ht committed May 3, 2024
1 parent f63b7b8 commit 7feb175
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prepare": "husky install",
"format": "prettier . --write --list-different",
"lint": "eslint . --fix --max-warnings=0",
"start": "nodemon -w src/server -w src/common --exec node --loader ts-node/esm src/server/dev.ts",
"start": "nodemon -w src/local-server -w src/common --exec node --loader ts-node/esm src/local-server/dev.ts",
"dev:ui": "vite dev --config src/ui/vite.config.js",
"build:ui": "vite build --config src/ui/vite.config.js",
"build:server": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
getReportHtmlAfterPopulatingData,
getResolvedInputJson
} from './common/utils.js'
import { App } from './server/index.js'
import { App } from './local-server/index.js'
import http from 'http'

export async function generate(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7feb175

Please sign in to comment.