Create watch.mjs

This commit is contained in:
草鞋没号 2021-11-17 09:10:39 +08:00 committed by GitHub
parent 038f4a7d62
commit 9520d9b6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
process.env.NODE_ENV = 'production'
process.env.NODE_ENV = 'development'
import { readFileSync } from 'fs'
import { join } from 'path'