Create watch.mjs
This commit is contained in:
parent
038f4a7d62
commit
9520d9b6c1
|
@ -1,4 +1,4 @@
|
|||
process.env.NODE_ENV = 'production'
|
||||
process.env.NODE_ENV = 'development'
|
||||
|
||||
import { readFileSync } from 'fs'
|
||||
import { join } from 'path'
|
||||
|
|
Loading…
Reference in New Issue