mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
small code formatting
This commit is contained in:
parent
47177453df
commit
4550a52280
2 changed files with 1 additions and 5 deletions
|
@ -12,10 +12,6 @@ module.exports = (env, argv) => {
|
|||
const port = process.env.SERVER_PORT;
|
||||
const prod = argv.mode === 'production';
|
||||
|
||||
console.log('Production:', prod);
|
||||
console.log(env, argv);
|
||||
console.log(process.env);
|
||||
|
||||
return {
|
||||
mode: 'development',
|
||||
devtool: 'source-map',
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"lib": [ "es5", "dom" ],
|
||||
"isolatedModules": true,
|
||||
"incremental": true,
|
||||
"types": ["node", "@rspack/core/module"],
|
||||
"types": [ "node", "@rspack/core/module" ],
|
||||
|
||||
"paths": {
|
||||
"json": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue