Skip to content

chore: remove webapp config from default appsscript.json #7

@h13

Description

@h13

Problem

The default appsscript.json includes a webapp section:

"webapp": {
  "access": "ANYONE",
  "executeAs": "USER_ACCESSING"
}

This is only relevant for Web App projects (using doGet/doPost), but many projects from this template are time-driven triggers, custom functions, or other non-Web-App patterns.

Proposed Fix

  1. Remove webapp from the default appsscript.json
  2. Add a "Web App Configuration" section in README explaining how to add it when needed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions