Commit da9a504 1 parent 7c0efdb commit da9a504 Copy full SHA for da9a504
File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import fs from 'fs'
6
6
import path from 'path'
7
7
8
8
import c from 'ansi-colors'
9
- import chalk from 'chalk'
10
9
import chokidar from 'chokidar'
11
10
import dotenv from 'dotenv'
12
11
import { debounce } from 'lodash'
@@ -116,21 +115,8 @@ const rebuildApiServer = () => {
116
115
117
116
// Start API server
118
117
119
- // Check if experimental server file exists
120
118
const serverFile = resolveFile ( `${ rwjsPaths . api . dist } /server` )
121
119
if ( serverFile ) {
122
- const separator = chalk . hex ( '#ff845e' ) (
123
- '------------------------------------------------------------------'
124
- )
125
- console . log (
126
- [
127
- separator ,
128
- `🧪 ${ chalk . green ( 'Experimental Feature' ) } 🧪` ,
129
- separator ,
130
- 'Using the experimental API server file at api/dist/server.js' ,
131
- separator ,
132
- ] . join ( '\n' )
133
- )
134
120
httpServerProcess = fork ( serverFile , [ ] , forkOpts )
135
121
} else {
136
122
httpServerProcess = fork (
You can’t perform that action at this time.
0 commit comments