mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
back to localhost
This commit is contained in:
8
server/now.json
Normal file
8
server/now.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "todo-server",
|
||||
"builds": [{ "src": "*.js", "use": "@now/node-server" }],
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user